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