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