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 'is_IS/is_IS.go')
-rw-r--r--is_IS/is_IS.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/is_IS/is_IS.go b/is_IS/is_IS.go
index 5a925c7d..338ca096 100644
--- a/is_IS/is_IS.go
+++ b/is_IS/is_IS.go
@@ -162,7 +162,7 @@ func (is *is_IS) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, is.Percent[0])
+ b = append(b, is.percent...)
return b
}