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