mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
assets self-hosted
This commit is contained in:
17
public/dist/locales/js-year-calendar.hu.js
vendored
Normal file
17
public/dist/locales/js-year-calendar.hu.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Hungarian translation for js-year-calendar
|
||||
* Tamas Jozsef Balku
|
||||
* Based on
|
||||
* Hungarian translation for bootstrap-datepicker
|
||||
* Tamas Jozsef Balku <https://github.com/btamas86>
|
||||
*/
|
||||
|
||||
Calendar.locales['hu'] = {
|
||||
days: [ "Vasárnap","Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat"],
|
||||
daysShort: ["Vas", "Hét", "Ked", "Sze", "Csü", "Pén", "Szo"],
|
||||
daysMin: ["Va", "Hé", "Ke", "Sz", "Cs", "Pé", "Sz"],
|
||||
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", "Sze", "Okt", "Nov", "Dec"],
|
||||
weekShort: 'h',
|
||||
weekStart: 1
|
||||
};
|
||||
Reference in New Issue
Block a user