Current state
This commit is contained in:
13
public/assets/plugins/pickadate/translations/hr_HR.js
Normal file
13
public/assets/plugins/pickadate/translations/hr_HR.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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'
|
||||
});
|
||||
Reference in New Issue
Block a user