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/ko/ko.go
diff options
context:
space:
mode:
Diffstat (limited to 'ko/ko.go')
-rw-r--r--ko/ko.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ko/ko.go b/ko/ko.go
index 5df20de1..6ebba354 100644
--- a/ko/ko.go
+++ b/ko/ko.go
@@ -138,7 +138,7 @@ func (ko *ko) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, ko.Percent[0])
+ b = append(b, ko.percent...)
return b
}