summaryrefslogtreecommitdiff
path: root/www/lib/moment/src/locale/hr.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/src/locale/hr.js')
-rw-r--r--www/lib/moment/src/locale/hr.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lib/moment/src/locale/hr.js b/www/lib/moment/src/locale/hr.js
index eab62dfb..5dd529a4 100644
--- a/www/lib/moment/src/locale/hr.js
+++ b/www/lib/moment/src/locale/hr.js
@@ -65,11 +65,11 @@ export default moment.defineLocale('hr', {
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',