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