diff options
Diffstat (limited to 'node_modules/moment/src/locale/ar.js')
-rw-r--r-- | node_modules/moment/src/locale/ar.js | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/node_modules/moment/src/locale/ar.js b/node_modules/moment/src/locale/ar.js index 4d4a8a473..92f368d18 100644 --- a/node_modules/moment/src/locale/ar.js +++ b/node_modules/moment/src/locale/ar.js @@ -47,18 +47,18 @@ var symbolMap = { return str.replace(/%d/i, number); }; }, months = [ - 'كانون الثاني يناير', - 'شباط فبراير', - 'آذار مارس', - 'نيسان أبريل', - 'أيار مايو', - 'حزيران يونيو', - 'تموز يوليو', - 'آب أغسطس', - 'أيلول سبتمبر', - 'تشرين الأول أكتوبر', - 'تشرين الثاني نوفمبر', - 'كانون الأول ديسمبر' + 'يناير', + 'فبراير', + 'مارس', + 'أبريل', + 'مايو', + 'يونيو', + 'يوليو', + 'أغسطس', + 'سبتمبر', + 'أكتوبر', + 'نوفمبر', + 'ديسمبر' ]; export default moment.defineLocale('ar', { @@ -99,6 +99,7 @@ export default moment.defineLocale('ar', { future : 'بعد %s', past : 'منذ %s', s : pluralize('s'), + ss : pluralize('s'), m : pluralize('m'), mm : pluralize('m'), h : pluralize('h'), |