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
595 B
13 lines
595 B
3 years ago
|
// Bosnian
|
||
|
|
||
|
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||
|
monthsFull: [ 'januar', 'februar', 'mart', 'april', 'maj', 'juni', 'juli', 'august', 'septembar', 'oktobar', 'novembar', 'decembar' ],
|
||
|
monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
|
||
|
weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'cetvrtak', 'petak', 'subota' ],
|
||
|
weekdaysShort: [ 'ne', 'po', 'ut', 'sr', 'če', 'pe', 'su' ],
|
||
|
today: 'danas',
|
||
|
clear: 'izbrisati',
|
||
|
firstDay: 1,
|
||
|
format: 'dd. mmmm yyyy.',
|
||
|
formatSubmit: 'yyyy/mm/dd'
|
||
|
});
|