diff options
Diffstat (limited to 'build/resources/main/static/plugins/fullcalendar/locales/he.js')
-rw-r--r-- | build/resources/main/static/plugins/fullcalendar/locales/he.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/build/resources/main/static/plugins/fullcalendar/locales/he.js b/build/resources/main/static/plugins/fullcalendar/locales/he.js new file mode 100644 index 0000000..b5597e7 --- /dev/null +++ b/build/resources/main/static/plugins/fullcalendar/locales/he.js @@ -0,0 +1,24 @@ +FullCalendar.globalLocales.push(function () { + 'use strict'; + + var he = { + code: 'he', + direction: 'rtl', + buttonText: { + prev: 'הקודם', + next: 'הבא', + today: 'היום', + month: 'חודש', + week: 'שבוע', + day: 'יום', + list: 'סדר יום', + }, + allDayText: 'כל היום', + moreLinkText: 'אחר', + noEventsText: 'אין אירועים להצגה', + weekText: 'שבוע', + }; + + return he; + +}()); |