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