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

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

The newest version!
'use strict';

module.exports = {
    moduleType: 'locale',
    name: 'et',
    dictionary: {},
    format: {
        days: [
            'Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev',
            'Neljapäev', 'Reede', 'Laupäev'
        ],
        shortDays: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'],
        months: [
            'Jaanuar', 'Veebruar', 'Märts', 'Aprill', 'Mai', 'Juuni',
            'Juuli', 'August', 'September', 'Oktoober', 'November', 'Detsember'
        ],
        shortMonths: [
            'Jaan', 'Veebr', 'Märts', 'Apr', 'Mai', 'Juuni',
            'Juuli', 'Aug', 'Sept', 'Okt', 'Nov', 'Dets'
        ],
        date: '%d.%m.%Y'
    }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy