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

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

The newest version!
'use strict';

module.exports = {
    moduleType: 'locale',
    name: 'bs',
    dictionary: {},
    format: {
        days: [
            'Nedelja', 'Ponedeljak', 'Utorak', 'Srijeda',
            'Četvrtak', 'Petak', 'Subota'
        ],
        shortDays: ['Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub'],
        months: [
            'Januar', 'Februar', 'Mart', 'April', 'Maj', 'Juni',
            'Juli', 'August', 'Septembar', 'Oktobar', 'Novembar', 'Decembar'
        ],
        shortMonths: [
            'Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun',
            'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'
        ],
        date: '%d.%m.%Y'
    }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy