plotly.js
Version:
The open source javascript graphing library that powers plotly
29 lines (26 loc) • 977 B
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: 'sr',
dictionary: {},
format: {
days: ['Недеља', 'Понедељак', 'Уторак', 'Среда', 'Четвртак', 'Петак', 'Субота'],
shortDays: ['Нед', 'Пон', 'Уто', 'Сре', 'Чет', 'Пет', 'Суб'],
months: [
'Јануар', 'Фебруар', 'Март', 'Април', 'Мај', 'Јун',
'Јул', 'Август', 'Септембар', 'Октобар', 'Новембар', 'Децембар'
],
shortMonths: [
'Јан', 'Феб', 'Мар', 'Апр', 'Мај', 'Јун',
'Јул', 'Авг', 'Сеп', 'Окт', 'Нов', 'Дец'
],
date: '%d/%m/%Y'
}
};