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 'he_IL/he_IL.go')
-rw-r--r--he_IL/he_IL.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/he_IL/he_IL.go b/he_IL/he_IL.go
index 70ce6569..18c985a3 100644
--- a/he_IL/he_IL.go
+++ b/he_IL/he_IL.go
@@ -182,7 +182,7 @@ func (he *he_IL) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, he.Percent[0])
+ b = append(b, he.percent...)
return b
}