Skip to content

Commit

Permalink
Typo Fix in Italian locale, update Romansh locale (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
msom committed Aug 31, 2022
1 parent 5f9dfbe commit f8f3068
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -4139,6 +4139,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",
Expand Down

0 comments on commit f8f3068

Please sign in to comment.