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