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_PT/pt_PT.go')
-rw-r--r--pt_PT/pt_PT.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt_PT/pt_PT.go b/pt_PT/pt_PT.go
index 3eb51bb7..cda7668f 100644
--- a/pt_PT/pt_PT.go
+++ b/pt_PT/pt_PT.go
@@ -159,7 +159,7 @@ func (pt *pt_PT) 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
}