You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
619 B
13 lines
619 B
3 years ago
|
// Croatian
|
||
|
|
||
|
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||
|
monthsFull: [ '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' ],
|
||
|
weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'četvrtak', 'petak', 'subota' ],
|
||
|
weekdaysShort: [ 'ned', 'pon', 'uto', 'sri', 'čet', 'pet', 'sub' ],
|
||
|
today: 'danas',
|
||
|
clear: 'izbrisati',
|
||
|
firstDay: 1,
|
||
|
format: 'd. mmmm yyyy.',
|
||
|
formatSubmit: 'yyyy/mm/dd'
|
||
|
});
|