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