plotly.js
Version:
The open source javascript graphing library that powers plotly
24 lines (22 loc) • 664 B
JavaScript
module.exports = {
moduleType: 'locale',
name: 'nl-BE',
dictionary: {},
format: {
days: [
'zondag', 'maandag', 'dinsdag', 'woensdag',
'donderdag', 'vrijdag', 'zaterdag'
],
shortDays: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
months: [
'januari', 'februari', 'maart', 'april', 'mei', 'juni',
'juli', 'augustus', 'september', 'oktober', 'november', 'december'
],
shortMonths: [
'jan', 'feb', 'maa', 'apr', 'mei', 'jun',
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'
],
date: '%d/%m/%Y'
}
};
;