diff --git a/data/langFlags.yaml b/data/langFlags.yaml index eb84c211e..f176929af 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -1,7 +1,8 @@ de: de en: gb +es: es fr: fr +hi: in +it: it nl: nl -es: es pt-br: br -hi: in \ No newline at end of file diff --git a/i18n/it.toml b/i18n/it.toml new file mode 100644 index 000000000..6a730e98b --- /dev/null +++ b/i18n/it.toml @@ -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"