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