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