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