Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4111258
ar-ma.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
ar-ma.js
View Options
//! moment.js locale configuration
//! locale : Arabic (Morocco) [ar-ma]
//! author : ElFadili Yassine : https://github.com/ElFadiliY
//! author : Abdel Said : https://github.com/abdelsaid
;(
function
(
global
,
factory
)
{
typeof
exports
===
'object'
&&
typeof
module
!==
'undefined'
&&
typeof
require
===
'function'
?
factory
(
require
(
'../moment'
))
:
typeof
define
===
'function'
&&
define
.
amd
?
define
([
'../moment'
],
factory
)
:
factory
(
global
.
moment
)
}(
this
,
(
function
(
moment
)
{
'use strict'
;
//! moment.js locale configuration
var
arMa
=
moment
.
defineLocale
(
'ar-ma'
,
{
months
:
'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'
.
split
(
'_'
),
monthsShort
:
'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'
.
split
(
'_'
),
weekdays
:
'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'
.
split
(
'_'
),
weekdaysShort
:
'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'
.
split
(
'_'
),
weekdaysMin
:
'ح_ن_ث_ر_خ_ج_س'
.
split
(
'_'
),
weekdaysParseExact
:
true
,
longDateFormat
:
{
LT
:
'HH:mm'
,
LTS
:
'HH:mm:ss'
,
L
:
'DD/MM/YYYY'
,
LL
:
'D MMMM YYYY'
,
LLL
:
'D MMMM YYYY HH:mm'
,
LLLL
:
'dddd D MMMM YYYY HH:mm'
,
},
calendar
:
{
sameDay
:
'[اليوم على الساعة] LT'
,
nextDay
:
'[غدا على الساعة] LT'
,
nextWeek
:
'dddd [على الساعة] LT'
,
lastDay
:
'[أمس على الساعة] LT'
,
lastWeek
:
'dddd [على الساعة] LT'
,
sameElse
:
'L'
,
},
relativeTime
:
{
future
:
'في %s'
,
past
:
'منذ %s'
,
s
:
'ثوان'
,
ss
:
'%d ثانية'
,
m
:
'دقيقة'
,
mm
:
'%d دقائق'
,
h
:
'ساعة'
,
hh
:
'%d ساعات'
,
d
:
'يوم'
,
dd
:
'%d أيام'
,
M
:
'شهر'
,
MM
:
'%d أشهر'
,
y
:
'سنة'
,
yy
:
'%d سنوات'
,
},
week
:
{
dow
:
1
,
// Monday is the first day of the week.
doy
:
4
,
// The week that contains Jan 4th is the first week of the year.
},
});
return
arMa
;
})));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 22:15 (1 d, 23 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c8/8c/43b0ab6aef429794acf893e14e55
Default Alt Text
ar-ma.js (2 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment