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