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