diff options
Diffstat (limited to 'build/resources/main/static/plugins/fullcalendar/locales/ar-sa.js')
-rw-r--r-- | build/resources/main/static/plugins/fullcalendar/locales/ar-sa.js | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/build/resources/main/static/plugins/fullcalendar/locales/ar-sa.js b/build/resources/main/static/plugins/fullcalendar/locales/ar-sa.js new file mode 100644 index 0000000..0e1d4fb --- /dev/null +++ b/build/resources/main/static/plugins/fullcalendar/locales/ar-sa.js @@ -0,0 +1,28 @@ +FullCalendar.globalLocales.push(function () { + 'use strict'; + + var arSa = { + code: 'ar-sa', + week: { + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 1st is the first week of the year. + }, + direction: 'rtl', + buttonText: { + prev: 'السابق', + next: 'التالي', + today: 'اليوم', + month: 'شهر', + week: 'أسبوع', + day: 'يوم', + list: 'أجندة', + }, + weekText: 'أسبوع', + allDayText: 'اليوم كله', + moreLinkText: 'أخرى', + noEventsText: 'أي أحداث لعرض', + }; + + return arSa; + +}()); |