1 //! moment.js locale configuration
2 //! locale : Moroccan Arabic (ar-ma)
3 //! author : ElFadili Yassine : https://github.com/ElFadiliY
4 //! author : Abdel Said : https://github.com/abdelsaid
6 ;(function (global, factory) {
7 typeof exports === 'object' && typeof module !== 'undefined'
8 && typeof require === 'function' ? factory(require('../moment')) :
9 typeof define === 'function' && define.amd ? define(['moment'], factory) :
10 factory(global.moment)
11 }(this, function (moment) { 'use strict';
14 var ar_ma = moment.defineLocale('ar-ma', {
15 months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
16 monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
17 weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
18 weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),
19 weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),
20 weekdaysParseExact : true,
26 LLL : 'D MMMM YYYY HH:mm',
27 LLLL : 'dddd D MMMM YYYY HH:mm'
30 sameDay: '[اليوم على الساعة] LT',
31 nextDay: '[غدا على الساعة] LT',
32 nextWeek: 'dddd [على الساعة] LT',
33 lastDay: '[أمس على الساعة] LT',
34 lastWeek: 'dddd [على الساعة] LT',
53 dow : 6, // Saturday is the first day of the week.
54 doy : 12 // The week that contains Jan 1st is the first week of the year.