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

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

The newest version!
'use strict';

module.exports = {
    moduleType: 'locale',
    name: 'lt',
    dictionary: {},
    format: {
        days: [
            'sekmadienis', 'pirmadienis', 'antradienis', 'trečiadienis',
            'ketvirtadienis', 'penktadienis', 'šeštadienis'
        ],
        shortDays: ['sek', 'pir', 'ant', 'tre', 'ket', 'pen', 'šeš'],
        months: [
            'Sausis', 'Vasaris', 'Kovas', 'Balandis', 'Gegužė', 'Birželis',
            'Liepa', 'Rugpjūtis', 'Rugsėjis', 'Spalis', 'Lapkritis', 'Gruodis'
        ],
        shortMonths: [
            'Sau', 'Vas', 'Kov', 'Bal', 'Geg', 'Bir',
            'Lie', 'Rugp', 'Rugs', 'Spa', 'Lap', 'Gru'
        ],
        date: '%Y-%m-%d'
    }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy