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