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