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