Skip to content

Commit

Permalink
Fixed typo (replaced en with én) in relative times for norwegian lang…
Browse files Browse the repository at this point in the history
…uage.

Hi, Our Norwegian translator reported to us that there is a small typo in the Norwegian translations for relative times.
`en` should be replaced with `én` in expressions like `en time`, `en dag`...

Thanks!
  • Loading branch information
Youenn-Bouglouan authored and ichernev committed Dec 24, 2023
1 parent 231cb8a commit d537aa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions locale/nb.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
ss: '%d sekunder',
m: 'ett minutt',
mm: '%d minutter',
h: 'en time',
h: 'én time',
hh: '%d timer',
d: 'en dag',
d: 'én dag',
dd: '%d dager',
w: 'en uke',
w: 'én uke',
ww: '%d uker',
M: 'en måned',
M: 'én måned',
MM: '%d måneder',
y: 'ett år',
yy: '%d år',
Expand Down

0 comments on commit d537aa2

Please sign in to comment.