From 70c6d944862931d1faed2e65bb347493c5a7c133 Mon Sep 17 00:00:00 2001 From: Alessio Giambrone Date: Sat, 14 Dec 2019 15:00:45 +0100 Subject: [PATCH] i18n: add Italian --- data/langFlags.yaml | 7 ++++--- i18n/it.toml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 i18n/it.toml diff --git a/data/langFlags.yaml b/data/langFlags.yaml index eb84c21..f176929 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -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 \ No newline at end of file diff --git a/i18n/it.toml b/i18n/it.toml new file mode 100644 index 0000000..6a730e9 --- /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"