begin
This commit is contained in:
13
style/Datepicker/js/locales/foundation-datepicker.hu.js
Normal file
13
style/Datepicker/js/locales/foundation-datepicker.hu.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Hungarian localisation
|
||||
*/
|
||||
;(function($){
|
||||
$.fn.fdatepicker.dates['hu'] = {
|
||||
days: ["Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat", "Vasárnap"],
|
||||
daysShort: ["Vas", "Hét", "Kedd", "Sze", "Csü", "Pén", "Szo", "Vas"],
|
||||
daysMin: ["Va", "Hé", "Ke", "Sz", "Cs", "Pé", "Sz", "Va"],
|
||||
months: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"],
|
||||
monthsShort: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Szep", "Okt", "Nov", "Dec"],
|
||||
today: "Ma"
|
||||
};
|
||||
}(jQuery));
|
||||
Reference in New Issue
Block a user