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