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 'se_FI/se_FI.go')
-rw-r--r--se_FI/se_FI.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/se_FI/se_FI.go b/se_FI/se_FI.go
index d0df1936..bcb27208 100644
--- a/se_FI/se_FI.go
+++ b/se_FI/se_FI.go
@@ -154,7 +154,9 @@ func (se *se_FI) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, se.Percent[0])
+ b = append(b, " "...)
+
+ b = append(b, se.percent...)
return b
}