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