diff options
Diffstat (limited to 'resources/lib/moment/locale/nn.js')
-rw-r--r-- | resources/lib/moment/locale/nn.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/lib/moment/locale/nn.js b/resources/lib/moment/locale/nn.js index 638cefb9242c..c65268ea80de 100644 --- a/resources/lib/moment/locale/nn.js +++ b/resources/lib/moment/locale/nn.js @@ -16,9 +16,8 @@ months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split( '_' ), - monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split( - '_' - ), + monthsShort: + 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split('_'), monthsParseExact: true, weekdays: 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'), weekdaysShort: 'su._må._ty._on._to._fr._lau.'.split('_'), @@ -51,6 +50,8 @@ hh: '%d timar', d: 'ein dag', dd: '%d dagar', + w: 'ei veke', + ww: '%d veker', M: 'ein månad', MM: '%d månader', y: 'eit år', |