Current state
This commit is contained in:
13
public/assets/plugins/pickadate/translations/hu_HU.js
Normal file
13
public/assets/plugins/pickadate/translations/hu_HU.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Hungarian
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ 'január', 'február', 'március', 'aprilis', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december' ],
|
||||
monthsShort: [ 'jan', 'febr', 'márc', 'apr', 'máj', 'jún', 'júl', 'aug', 'szept', 'okt', 'nov', 'dec' ],
|
||||
weekdaysFull: [ 'vasámap', 'hétfö', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat' ],
|
||||
weekdaysShort: [ 'V', 'H', 'K', 'SZ', 'CS', 'P', 'SZ' ],
|
||||
today: 'ma',
|
||||
clear: 'töröl',
|
||||
firstDay: 1,
|
||||
format: 'yyyy. mmmm dd.',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
Reference in New Issue
Block a user