From 6ae7eaf814f3bd812349a4af7721e4b319ffce29 Mon Sep 17 00:00:00 2001 From: Mar Date: Thu, 11 May 2023 11:52:38 +0200 Subject: [PATCH] Change spanish short for month from ambigious m to mes --- src/i18n/es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/es.json b/src/i18n/es.json index dd910232..409eeb26 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -979,7 +979,7 @@ "minutes": "{0} minutos", "minutes_short": "{0}min", "months": "{0} meses", - "months_short": "{0}m", + "months_short": "{0}mes", "seconds": "{0} segundos", "seconds_short": "{0}s", "weeks": "{0} semanas", @@ -1109,4 +1109,4 @@ "more": "Más", "who_to_follow": "A quién seguir" } -} +} \ No newline at end of file