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 'nn_NO/nn_NO.go')
-rw-r--r--nn_NO/nn_NO.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/nn_NO/nn_NO.go b/nn_NO/nn_NO.go
index e09c683a..15735d33 100644
--- a/nn_NO/nn_NO.go
+++ b/nn_NO/nn_NO.go
@@ -152,7 +152,9 @@ func (nn *nn_NO) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, nn.Percent[0])
+ b = append(b, " "...)
+
+ b = append(b, nn.percent...)
return b
}