Skip to content

Commit 907f5c9

Browse files
Spiralisiamkun
authored andcommitted
fix: Update nb (Norsk Bokmål) locale (#604)
1 parent 790cd1a commit 907f5c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/locale/nb.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import dayjs from 'dayjs'
33
const locale = {
44
name: 'nb',
55
weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
6+
weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'),
7+
weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),
68
months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
9+
monthsShort: 'jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.'.split('_'),
710
ordinal: n => `${n}.`,
811
weekStart: 1,
912
formats: {
@@ -34,4 +37,3 @@ const locale = {
3437
dayjs.locale(locale, null, true)
3538

3639
export default locale
37-

0 commit comments

Comments
 (0)