From 324914789cfa1b8e36772b4f8642edf3e7214a8c Mon Sep 17 00:00:00 2001 From: Jose Luis Cervantes Date: Fri, 4 Oct 2019 07:08:21 -0500 Subject: [PATCH] Italian Translation (#221) * Italian Translation * Update CONTRIBUTORS.md Add my username jlzaratec --- CONTRIBUTORS.md | 1 + i18n/it.toml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 i18n/it.toml 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 homepage." + +[powered_by] +other = "Alimentato da"