]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fixed typo (replaced en with én) in relative times for norwegian language.
authorYouenn Bouglouan <youenn.bouglouan@gmail.com>
Fri, 4 Dec 2020 15:23:13 +0000 (16:23 +0100)
committerIskren Chernev <me@iskren.info>
Sun, 24 Dec 2023 11:26:10 +0000 (13:26 +0200)
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!

locale/nb.js

index 74da7aff5257b54ac9c20383c571bb560e8fe413..1f271aae28fe6d48025f26216d4d2f1a47ad860e 100644 (file)
             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',