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 'to_TO/to_TO.go')
-rw-r--r--to_TO/to_TO.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/to_TO/to_TO.go b/to_TO/to_TO.go
index 40b15459..2705cad1 100644
--- a/to_TO/to_TO.go
+++ b/to_TO/to_TO.go
@@ -138,7 +138,7 @@ func (to *to_TO) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, to.Percent[0])
+ b = append(b, to.percent...)
return b
}