From d79f675a5c818a6abd931e41d3f753349b9dc191 Mon Sep 17 00:00:00 2001 From: Marc Sommerhalder Date: Mon, 15 Aug 2022 15:31:21 +0200 Subject: [PATCH 1/2] Fix typo in Italian locale --- arrow/locales.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/locales.py b/arrow/locales.py index ef7a8edd..bd291321 100644 --- a/arrow/locales.py +++ b/arrow/locales.py @@ -425,7 +425,7 @@ class ItalianLocale(Locale): "hours": "{0} ore", "day": "un giorno", "days": "{0} giorni", - "week": "una settimana,", + "week": "una settimana", "weeks": "{0} settimane", "month": "un mese", "months": "{0} mesi", From 0f22fbc0dcee1bb87acd1b8821bb6b8950e16373 Mon Sep 17 00:00:00 2001 From: Marc Sommerhalder Date: Mon, 15 Aug 2022 15:42:53 +0200 Subject: [PATCH 2/2] Updat romansh locale --- arrow/locales.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arrow/locales.py b/arrow/locales.py index bd291321..7c3b5cf1 100644 --- a/arrow/locales.py +++ b/arrow/locales.py @@ -4137,6 +4137,8 @@ class RomanshLocale(Locale): "hours": "{0} ura", "day": "in di", "days": "{0} dis", + "week": "in'emna", + "weeks": "{0} emnas", "month": "in mais", "months": "{0} mais", "year": "in onn",