From e7f35dc3679dc16b16b7557419d74d830670f2df Mon Sep 17 00:00:00 2001 From: alensimunic Date: Thu, 22 Jun 2017 14:18:24 +0200 Subject: [PATCH] Updating HR locale Hi guys, I'm native Croatian speaker and noticed, while using this locale in my project, certain mistakes in translation. Here is the proposal for changes. --- js/locales/bootstrap-datetimepicker.hr.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/locales/bootstrap-datetimepicker.hr.js b/js/locales/bootstrap-datetimepicker.hr.js index b79a2c6d..458d237e 100644 --- a/js/locales/bootstrap-datetimepicker.hr.js +++ b/js/locales/bootstrap-datetimepicker.hr.js @@ -3,11 +3,11 @@ */ ;(function($){ $.fn.datetimepicker.dates['hr'] = { - days: ["Nedjelja", "Ponedjelja", "Utorak", "Srijeda", "Četrtak", "Petak", "Subota", "Nedjelja"], - daysShort: ["Ned", "Pon", "Uto", "Srr", "Čet", "Pet", "Sub", "Ned"], + days: ["Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota", "Nedjelja"], + daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub", "Ned"], daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su", "Ne"], months: ["Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"], - monthsShort: ["Sije", "Velj", "Ožu", "Tra", "Svi", "Lip", "Jul", "Kol", "Ruj", "Lis", "Stu", "Pro"], + monthsShort: ["Sij", "Velj", "Ožu", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro"], today: "Danas", suffix: [], meridiem: []