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