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 'bg_BG/bg_BG.go')
-rw-r--r--bg_BG/bg_BG.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bg_BG/bg_BG.go b/bg_BG/bg_BG.go
index dc643ecf..ee4f45e4 100644
--- a/bg_BG/bg_BG.go
+++ b/bg_BG/bg_BG.go
@@ -148,7 +148,7 @@ func (bg *bg_BG) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, bg.Percent[0])
+ b = append(b, bg.percent...)
return b
}