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 'ro_RO/ro_RO.go')
-rw-r--r--ro_RO/ro_RO.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/ro_RO/ro_RO.go b/ro_RO/ro_RO.go
index 038a9018..d7f15d2d 100644
--- a/ro_RO/ro_RO.go
+++ b/ro_RO/ro_RO.go
@@ -175,7 +175,9 @@ func (ro *ro_RO) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, ro.Percent[0])
+ b = append(b, " "...)
+
+ b = append(b, ro.percent...)
return b
}