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