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