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