From 449541942c0856889017b505a6c7b3d150438d84 Mon Sep 17 00:00:00 2001
From: kpetrilli <petrilli.kevin@gmail.com>
Date: Sun, 13 Sep 2020 17:27:04 +0000
Subject: [PATCH] Added it.toml to i18n for Italian language support

---
 i18n/it.toml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 0000000..e0d4000
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,21 @@
+[category]
+other = "categoria"
+
+[tag]
+other = "tag"
+
+[reading_time]
+one = "Tempo di lettura: Un minuto"
+other = "Tempo di lettura: {{ .Count }} Minuti"
+
+[page_not_found]
+other = "Pagina non trovata"
+
+[page_does_not_exist]
+other = "Spiacente, questa pagina non esiste."
+
+[head_back]
+other = "Puoi tornare alla <a href=\"{{ . }}\">homepage</a>."
+
+[comments]
+other = "commenti"

--
Gitblit v1.10.0