From 324914789cfa1b8e36772b4f8642edf3e7214a8c Mon Sep 17 00:00:00 2001
From: Jose Luis Cervantes <jlzaratec@hotmail.com>
Date: Fri, 04 Oct 2019 12:08:21 +0000
Subject: [PATCH] Italian Translation (#221)

---
 i18n/it.toml    |   24 ++++++++++++++++++++++++
 CONTRIBUTORS.md |    1 +
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 49690b9..aaf9a73 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -44,3 +44,4 @@
 - [Alexander Rohde](https://github.com/a1x42)
 - [Shreyansh Khajanchi](https://shreyanshja.in)
 - [Lionel Brianto](https://lionel.brianto.dev)
+- [Luis Zarate](https://github.com/jlzaratec)
diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 0000000..4a6862d
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,24 @@
+[category]
+other = "categoria"
+
+[tag]
+other = "tag"
+
+[series]
+other = "series"
+
+[reading_time]
+one = "Lettura di un minuto"
+other = "{{ .Count }} minuti letti"
+
+[page_not_found]
+other = "Pagina non trovata"
+
+[page_does_not_exist]
+other = "Siamo spiacenti, questa pagina non esiste."
+
+[head_back]
+other = "Puoi tornare a <a href=\"{{ . }}\">homepage</a>."
+
+[powered_by]
+other = "Alimentato da"

--
Gitblit v1.10.0