feat: datepicker_croatian
This commit is contained in:
parent
b1211c554f
commit
e98d410136
1 changed files with 42 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue