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

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

The newest version!
'use strict';

module.exports = {
    moduleType: 'locale',
    name: 'mt',
    dictionary: {},
    format: {
        days: [
            'Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa',
            'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'
        ],
        shortDays: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'],
        months: [
            'Jannar', 'Frar', 'Marzu', 'April', 'Mejju', 'Ġunju',
            'Lulju', 'Awissu', 'Settembru', 'Ottubru', 'Novembru', 'Diċembru'
        ],
        shortMonths: [
            'Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun',
            'Lul', 'Awi', 'Set', 'Ott', 'Nov', 'Diċ'
        ],
        date: '%d/%m/%Y'
    }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy