plotly.js
Version:
The open source javascript graphing library that powers plotly
21 lines (19 loc) • 611 B
JavaScript
module.exports = {
moduleType: 'locale',
name: 'id',
dictionary: {},
format: {
days: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu'],
shortDays: ['Min', 'Sen', 'Sel', 'Rab', 'kam', 'Jum', 'Sab'],
months: [
'Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni',
'Juli', 'Agustus', 'September', 'Oktober', 'Nopember', 'Desember'
],
shortMonths: [
'Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun',
'Jul', 'Agus', 'Sep', 'Okt', 'Nop', 'Des'
],
date: '%d/%m/%Y'
}
};
;