From 7a8467c0b7d59821f7e19d4a6973bcda8e4c19b1 Mon Sep 17 00:00:00 2001 From: Torgny Walin Date: Fri, 10 Sep 2021 10:57:10 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Update=20Norwegian=20Bokm=C3=A5l=20[nb]?= =?UTF-8?q?=20local=20yearStart=204=20(#1608)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locale/nb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locale/nb.js b/src/locale/nb.js index e9614dcf5..80be733cc 100644 --- a/src/locale/nb.js +++ b/src/locale/nb.js @@ -10,6 +10,7 @@ const locale = { monthsShort: 'jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.'.split('_'), ordinal: n => `${n}.`, weekStart: 1, + yearStart: 4, formats: { LT: 'HH:mm', LTS: 'HH:mm:ss',