All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.locales.ar.js Maven / Gradle / Ivy

The newest version!
'use strict';

module.exports = {
    moduleType: 'locale',
    name: 'ar',
    dictionary: {},
    format: {
        days: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
        shortDays: [
            'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء',
            'الخميس', 'الجمعة', 'السبت'
        ],
        months: [
            'كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران',
            'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'
        ],
        shortMonths: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
        date: '%d/%m/%Y'
    }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy