plotly.js
Version:
The open source javascript graphing library that powers plotly
24 lines (22 loc) • 657 B
JavaScript
module.exports = {
moduleType: 'locale',
name: 'ca',
dictionary: {},
format: {
days: [
'Diumenge', 'Dilluns', 'Dimarts', 'Dimecres',
'Dijous', 'Divendres', 'Dissabte'
],
shortDays: ['Dug', 'Dln', 'Dmt', 'Dmc', 'Djs', 'Dvn', 'Dsb'],
months: [
'Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'Juny',
'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre'
],
shortMonths: [
'Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun',
'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Des'
],
date: '%d/%m/%Y'
}
};
;