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