plotly.js
Version:
The open source javascript graphing library that powers plotly
29 lines (26 loc) • 1.26 kB
JavaScript
/**
* Copyright 2012-2020, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
;
module.exports = {
moduleType: 'locale',
name: 'ml',
dictionary: {},
format: {
days: ['ഞായര്', 'തിങ്കള്', 'ചൊവ്വ', 'ബുധന്', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
shortDays: ['ഞായ', 'തിങ്ക', 'ചൊവ്വ', 'ബുധ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
months: [
'ജനുവരി', 'ഫെബ്രുവരി', 'മാര്ച്ച്', 'ഏപ്രില്', 'മേയ്', 'ജൂണ്',
'ജൂലൈ', 'ആഗസ്റ്റ്', 'സെപ്റ്റംബര്', 'ഒക്ടോബര്', 'നവംബര്', 'ഡിസംബര്'
],
shortMonths: [
'ജനു', 'ഫെബ്', 'മാര്', 'ഏപ്രി', 'മേയ്', 'ജൂണ്',
'ജൂലാ', 'ആഗ', 'സെപ്', 'ഒക്ടോ', 'നവം', 'ഡിസ'
],
date: '%d/%m/%Y'
}
};