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
path: root/ru_KZ
diff options
context:
space:
mode:
Diffstat (limited to 'ru_KZ')
-rw-r--r--ru_KZ/ru_KZ.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/ru_KZ/ru_KZ.go b/ru_KZ/ru_KZ.go
index b4305e30..ce730fbb 100644
--- a/ru_KZ/ru_KZ.go
+++ b/ru_KZ/ru_KZ.go
@@ -192,7 +192,9 @@ func (ru *ru_KZ) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, ru.Percent[0])
+ b = append(b, " "...)
+
+ b = append(b, ru.percent...)
return b
}