diff options
| author | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-02-10 21:24:11 +0100 |
|---|---|---|
| committer | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-02-10 21:24:11 +0100 |
| commit | 7fefe217c8462444ecb9806599e70afe2a7102ea (patch) | |
| tree | 49cd108ab96a756fe67ac58f980d1385c17e09df /CoreWiki/wwwroot/lib/momentjs/locale/nb.min.js | |
| parent | 00c3b32e2db200a2f42396ac7f8381704ec97268 (diff) | |
Time display fixes
Diffstat (limited to 'CoreWiki/wwwroot/lib/momentjs/locale/nb.min.js')
| -rw-r--r-- | CoreWiki/wwwroot/lib/momentjs/locale/nb.min.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CoreWiki/wwwroot/lib/momentjs/locale/nb.min.js b/CoreWiki/wwwroot/lib/momentjs/locale/nb.min.js new file mode 100644 index 0000000..907a694 --- /dev/null +++ b/CoreWiki/wwwroot/lib/momentjs/locale/nb.min.js @@ -0,0 +1 @@ +!function(e,d){"object"==typeof exports&&"undefined"!=typeof module&&"function"==typeof require?d(require("../moment")):"function"==typeof define&&define.amd?define(["../moment"],d):d(e.moment)}(this,function(e){"use strict";return e.defineLocale("nb",{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("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})});
\ No newline at end of file |
