plotly.js
Version:
The open source javascript graphing library that powers plotly
24 lines (22 loc) • 674 B
JavaScript
module.exports = {
moduleType: 'locale',
name: 'mt',
dictionary: {},
format: {
days: [
'Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa',
'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'
],
shortDays: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'],
months: [
'Jannar', 'Frar', 'Marzu', 'April', 'Mejju', 'Ġunju',
'Lulju', 'Awissu', 'Settembru', 'Ottubru', 'Novembru', 'Diċembru'
],
shortMonths: [
'Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun',
'Lul', 'Awi', 'Set', 'Ott', 'Nov', 'Diċ'
],
date: '%d/%m/%Y'
}
};
;