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