Skip to content

Commit

Permalink
Correct Norwegian grammar (arrow-py#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Feb 2, 2021
1 parent fb6913b commit f2e0849
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -1853,8 +1853,8 @@ class NorwegianLocale(Locale):

timeframes = {
"now": "nå nettopp",
"second": "et sekund",
"seconds": "{0} noen sekunder",
"second": "ett sekund",
"seconds": "{0} sekunder",
"minute": "ett minutt",
"minutes": "{0} minutter",
"hour": "en time",
Expand Down Expand Up @@ -1920,17 +1920,17 @@ class NewNorwegianLocale(Locale):

timeframes = {
"now": "no nettopp",
"second": "et sekund",
"seconds": "{0} nokre sekund",
"minute": "ett minutt",
"second": "eitt sekund",
"seconds": "{0} sekund",
"minute": "eitt minutt",
"minutes": "{0} minutt",
"hour": "ein time",
"hours": "{0} timar",
"day": "ein dag",
"days": "{0} dagar",
"month": "en månad",
"months": "{0} månader",
"year": "eit år",
"year": "eitt år",
"years": "{0} år",
}

Expand Down

0 comments on commit f2e0849

Please sign in to comment.