From: Youenn Bouglouan Date: Fri, 4 Dec 2020 15:23:13 +0000 (+0100) Subject: Fixed typo (replaced en with én) in relative times for norwegian language. X-Git-Tag: 2.30.0~10^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d537aa291f781ecf5cf483cca1d9225a0227e925;p=thirdparty%2Fmoment.git Fixed typo (replaced en with én) in relative times for norwegian language. 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! --- diff --git a/locale/nb.js b/locale/nb.js index 74da7aff5..1f271aae2 100644 --- a/locale/nb.js +++ b/locale/nb.js @@ -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',