i18n: add Italian
This commit is contained in:
parent
a8c7a01d38
commit
70c6d94486
2 changed files with 40 additions and 3 deletions
|
@ -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
36
i18n/it.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue