Sha256: c300863f7c900b717738eb4bf73c5f9d0e34c5d3b07e14e8d044eeb4036eb2b3
Contents?: true
Size: 573 Bytes
Versions: 13
Compression:
Stored size: 573 Bytes
Contents
/** * Croatian localisation */ ;(function($){ $.fn.datepicker.dates['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: ["Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"], monthsShort: ["Sij", "Velj", "Ožu", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro"], today: "Danas" }; }(jQuery));
Version data entries
13 entries across 13 versions & 2 rubygems