Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'it_SM/it_SM.go')
-rw-r--r--it_SM/it_SM.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_SM/it_SM.go b/it_SM/it_SM.go
index 397577f7..b19a5284 100644
--- a/it_SM/it_SM.go
+++ b/it_SM/it_SM.go
@@ -164,7 +164,7 @@ func (it *it_SM) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, it.Percent[0])
+ b = append(b, it.percent...)
return b
}