i18n: add Italian

This commit is contained in:
Alessio Giambrone 2019-12-14 15:00:45 +01:00
parent a8c7a01d38
commit 70c6d94486
2 changed files with 40 additions and 3 deletions

View file

@ -1,7 +1,8 @@
de: de de: de
en: gb en: gb
fr: fr
nl: nl
es: es es: es
pt-br: br fr: fr
hi: in hi: in
it: it
nl: nl
pt-br: br

36
i18n/it.toml Normal file
View file

@ -0,0 +1,36 @@
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "Traduzioni"
[postAvailable]
other = "Disponibile anche in"
# 404.html
#
[archives]
other = "Archivi"
[home]
other = "Home"
[notFound]
other = "Oops, pagina non trovata…"
# posts/single.html
#
[readingTime]
one = "Un minuto"
other = "{{ .Count }} minuti"
[tableOfContents]
other = "Contenuti"
[wordCount]
one = "Una parola"
other = "{{ .Count }} parole"