plotly.js
Version:
The open source javascript graphing library that powers plotly
24 lines (22 loc) • 655 B
JavaScript
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'
}
};
;