aboutsummaryrefslogtreecommitdiffstats
path: root/bower_components/moment/src/locale/nb.js
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:57:04 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:57:04 -0300
commit8041475aab2b8efad7d2857027331bd626d26312 (patch)
tree3980e1763c067079a4cebb425d642ca9eac834bf /bower_components/moment/src/locale/nb.js
parentb0b24795b24ee6809397fbbadf42f31f310a219f (diff)
Imported Upstream version 7.6.4
Diffstat (limited to 'bower_components/moment/src/locale/nb.js')
-rw-r--r--bower_components/moment/src/locale/nb.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/src/locale/nb.js b/bower_components/moment/src/locale/nb.js
index cadc224..d5f15a9 100644
--- a/bower_components/moment/src/locale/nb.js
+++ b/bower_components/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',