Merge pull request #90 from AlessioGiambrone/master

i18n: add Italian
This commit is contained in:
Djordje Atlialp 2019-12-14 21:15:38 +01:00 committed by GitHub
commit 5384ab3cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 3 deletions

View file

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

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"