feat: datepicker_croatian

This commit is contained in:
mahsem 2025-01-15 14:59:43 +01:00 committed by GitHub
parent b1211c554f
commit e98d410136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,4 +258,45 @@ import "air-datepicker/dist/js/i18n/datepicker.zh.js";
timeFormat: "hh:ii",
firstDay: 1,
};
})(jQuery);
})(jQuery);
(function ($) {
$.fn.datepicker.language["hr"] = {
days: ["Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"],
daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"],
daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su"],
months: [
"Sječanj",
"Veljača",
"Ožujak",
"Travanj",
"Svibanj",
"Lipanj",
"Srpanj",
"Kolovoz",
"Rujan",
"Listopad",
"Studeni",
"Prosinac",
],
monthsShort: [
"Sje",
"Velj",
"Ožu",
"Tra",
"Svi",
"Lip",
"Srp",
"Kol",
"Ruj",
"Lis",
"Stu",
"Pro",
],
today: "Danas",
clear: "Resetiraj",
dateFormat: "dd/mm/yyyy",
timeFormat: "hh:ii",
firstDay: 1,
};
})(jQuery);