plotly.js
Version:
The open source javascript graphing library that powers plotly
29 lines (26 loc) • 1.16 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: 'hi-IN',
dictionary: {},
format: {
days: ['रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'],
shortDays: ['रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र', 'शनि'],
months: [
'जनवरी', ' फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून',
'जुलाई', 'अगस्त', 'सितम्बर', 'अक्टूबर', 'नवम्बर', 'दिसम्बर'
],
shortMonths: [
'जन', 'फर', 'मार्च', 'अप्रै', 'मई', 'जून',
'जुलाई', 'अग', 'सित', 'अक्टू', 'नव', 'दिस'
],
date: '%d/%m/%Y'
}
};