aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/packages/core/locales/ar-ma.global.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-25 13:09:00 +0000
committerMario <mario@mariovavti.com>2023-01-25 13:09:00 +0000
commita9ae17036d30a676c833a6ddb98409f19cbbd963 (patch)
tree66d29806350386a585dcbf4aa20f51cda4da6c49 /library/fullcalendar/packages/core/locales/ar-ma.global.js
parent08e925758e920b898ac2d08710eab2f9638fe276 (diff)
downloadvolse-hubzilla-a9ae17036d30a676c833a6ddb98409f19cbbd963.tar.gz
volse-hubzilla-a9ae17036d30a676c833a6ddb98409f19cbbd963.tar.bz2
volse-hubzilla-a9ae17036d30a676c833a6ddb98409f19cbbd963.zip
update fullcalendar
Diffstat (limited to 'library/fullcalendar/packages/core/locales/ar-ma.global.js')
-rw-r--r--library/fullcalendar/packages/core/locales/ar-ma.global.js33
1 files changed, 33 insertions, 0 deletions
diff --git a/library/fullcalendar/packages/core/locales/ar-ma.global.js b/library/fullcalendar/packages/core/locales/ar-ma.global.js
new file mode 100644
index 000000000..a38250dfb
--- /dev/null
+++ b/library/fullcalendar/packages/core/locales/ar-ma.global.js
@@ -0,0 +1,33 @@
+/*!
+FullCalendar Core v6.0.3
+Docs & License: https://fullcalendar.io
+(c) 2022 Adam Shaw
+*/
+(function (index_js) {
+ 'use strict';
+
+ var locale = {
+ code: 'ar-ma',
+ week: {
+ dow: 6,
+ doy: 12, // 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: 'أي أحداث لعرض',
+ };
+
+ index_js.globalLocales.push(locale);
+
+})(FullCalendar);