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