From f3136eefe9105deb1d97123629dae80c2de66304 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Thu, 2 Jul 2015 10:33:26 -0400 Subject: updated libraries, squashed the problem of not getting bar handles on click, optimized montage view --- www/lib/moment/src/locale/hr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/lib/moment/src/locale/hr.js') diff --git a/www/lib/moment/src/locale/hr.js b/www/lib/moment/src/locale/hr.js index 76708440..eab62dfb 100644 --- a/www/lib/moment/src/locale/hr.js +++ b/www/lib/moment/src/locale/hr.js @@ -58,8 +58,8 @@ function translate(number, withoutSuffix, key) { } export default moment.defineLocale('hr', { - months : 'sječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split('_'), - monthsShort : 'sje._vel._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split('_'), + months : 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split('_'), + monthsShort : 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split('_'), weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'), weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'), weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'), -- cgit v1.2.3