summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/hr.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/hr.js')
-rw-r--r--www/lib/moment/locale/hr.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/hr.js b/www/lib/moment/locale/hr.js
index 64e0c00c..7b5b4d34 100644
--- a/www/lib/moment/locale/hr.js
+++ b/www/lib/moment/locale/hr.js
@@ -70,11 +70,11 @@
weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),
longDateFormat : {
LT : 'H:mm',
- LTS : 'LT:ss',
+ LTS : 'H:mm:ss',
L : 'DD. MM. YYYY',
LL : 'D. MMMM YYYY',
- LLL : 'D. MMMM YYYY LT',
- LLLL : 'dddd, D. MMMM YYYY LT'
+ LLL : 'D. MMMM YYYY H:mm',
+ LLLL : 'dddd, D. MMMM YYYY H:mm'
},
calendar : {
sameDay : '[danas u] LT',
@@ -136,4 +136,4 @@
return hr;
-}));
+})); \ No newline at end of file