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 'kk_KZ/kk_KZ.go')
-rw-r--r--kk_KZ/kk_KZ.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/kk_KZ/kk_KZ.go b/kk_KZ/kk_KZ.go
index ba8a7b76..9a98e9ea 100644
--- a/kk_KZ/kk_KZ.go
+++ b/kk_KZ/kk_KZ.go
@@ -167,7 +167,7 @@ func (kk *kk_KZ) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, kk.Percent[0])
+ b = append(b, kk.percent...)
return b
}