From 4765e96529f674037458e328c46f8f9832d3eeb5 Mon Sep 17 00:00:00 2001
From: Lorenzo Balzani <balzanilo@gmail.com>
Date: Tue, 21 Jun 2022 10:49:37 +0000
Subject: [PATCH] Italian translation fix (#370)

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

diff --git a/i18n/it.toml b/i18n/it.toml
index bef0bc9..18a748b 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -5,8 +5,8 @@
 other = "tag"
 
 [reading_time]
-one = "Tempo di lettura: Un minuto"
-other = "Tempo di lettura: {{ .Count }} Minuti"
+one = "Tempo di lettura: un minuto."
+other = "Tempo di lettura: {{ .Count }} minuti."
 
 [page_not_found]
 other = "Pagina non trovata"
@@ -21,7 +21,7 @@
 other = "commenti"
 
 [send]
-other = "Spedire"
+other = "Invia"
 
 [read_more]
 other = "Continua a leggere"

--
Gitblit v1.10.0