summaryrefslogtreecommitdiff
path: root/www/lib/moment/src/locale/nb.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/src/locale/nb.js')
-rw-r--r--www/lib/moment/src/locale/nb.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lib/moment/src/locale/nb.js b/www/lib/moment/src/locale/nb.js
index cadc224d..d5f15a9b 100644
--- a/www/lib/moment/src/locale/nb.js
+++ b/www/lib/moment/src/locale/nb.js
@@ -13,11 +13,11 @@ export default moment.defineLocale('nb', {
weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),
longDateFormat : {
LT : 'H.mm',
- LTS : 'LT.ss',
+ LTS : 'H.mm.ss',
L : 'DD.MM.YYYY',
LL : 'D. MMMM YYYY',
- LLL : 'D. MMMM YYYY [kl.] LT',
- LLLL : 'dddd D. MMMM YYYY [kl.] LT'
+ LLL : 'D. MMMM YYYY [kl.] H.mm',
+ LLLL : 'dddd D. MMMM YYYY [kl.] H.mm'
},
calendar : {
sameDay: '[i dag kl.] LT',