aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18n/it.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 0000000..25445ba
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,35 @@
+# Translations for Italian
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# 404.html
+#
+[notFound]
+other = "Oops, pagina non trovata…"
+
+[home]
+other = "Home"
+
+[archives]
+other = "Archivi"
+
+# posts/single.html
+#
+[wordCount]
+other = "{{ .WordCount }} Parole"
+
+[tableOfContents]
+other = "Sommario"
+
+[newer]
+other = "Prossimo"
+
+[older]
+other = "Precedente"
+
+# partials/header.html
+#
+[menu]
+other = "Menu"
+
+[featuredImage]
+other = "Immagine in primo piano"