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