summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/is.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/is.js')
-rw-r--r--www/lib/moment/locale/is.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/is.js b/www/lib/moment/locale/is.js
index b13e50ae..98afb058 100644
--- a/www/lib/moment/locale/is.js
+++ b/www/lib/moment/locale/is.js
@@ -84,11 +84,11 @@
weekdaysMin : 'Su_Má_Þr_Mi_Fi_Fö_La'.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 : '[í dag kl.] LT',
@@ -123,4 +123,4 @@
return is;
-}));
+})); \ No newline at end of file