From ba5c4cf35623ec7701af01bfc139e0981be91028 Mon Sep 17 00:00:00 2001
From: alainpoeta <alainpoeta@hotmail.com>
Date: Thu, 19 Dec 2019 13:55:36 +0000
Subject: [PATCH] Add italian translation (#239)
---
i18n/it.toml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 0000000..f779f69
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,32 @@
+[more]
+other = "Altro"
+
+[allTitle]
+other = "Tutti {{.Title }}"
+
+[recentTitle]
+other = "Recenti {{.Title }}"
+
+[readMore]
+other = "leggi di più"
+
+[whatsInThis]
+other = "Cosa c'è in {{ .Type }}"
+
+[related]
+other = "Correlati"
+
+[yourName]
+other = "Il tuo nome"
+
+[emailAddress]
+other = "Indirizzo email"
+
+[message]
+other = "Messaggio"
+
+[emailRequiredNote]
+other = "Indirizzo email obbligatorio."
+
+[send]
+other = "Invia"
--
Gitblit v1.10.0