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