Skip to content

Commit

Permalink
fix: Update Norwegian Bokmål [nb] local yearStart 4 (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
torgnywalin committed Sep 10, 2021
1 parent f858260 commit 7a8467c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/nb.js
Expand Up @@ -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',
Expand Down

0 comments on commit 7a8467c

Please sign in to comment.