Skip to content

Instantly share code, notes, and snippets.

@DragorWW
Created December 1, 2016 07:28
Show Gist options
  • Select an option

  • Save DragorWW/14576aefa1c38aefbd1857a8b661781a to your computer and use it in GitHub Desktop.

Select an option

Save DragorWW/14576aefa1c38aefbd1857a8b661781a to your computer and use it in GitHub Desktop.
Highcharts highstock lang ru
Highcharts.setOptions({
lang: {
months: ['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль',
'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'],
shortWeekdays: ['ВС', 'ПН', 'ВТ', 'СР', 'ЧТ', 'ПТ', 'СБ'],
weekdays: [
'Воскресенье',
'Понедельник',
'Вторник',
'Среда',
'Четверг',
'Пятница',
'Суббота'
],
shortMonths: [
'Янв',
'Февр',
'Март',
'Апр',
'Май',
'Июнь',
'Июль',
'Авг',
'Сент',
'Окт',
'Нояб',
'Дек'
],
loading: 'Загрузка ...',
decimalPoint: '.'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment