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 'mt_MT/mt_MT.go')
-rw-r--r--mt_MT/mt_MT.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mt_MT/mt_MT.go b/mt_MT/mt_MT.go
index 4685d638..fb93f1eb 100644
--- a/mt_MT/mt_MT.go
+++ b/mt_MT/mt_MT.go
@@ -150,7 +150,7 @@ func (mt *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
}