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