Skip to content

Instantly share code, notes, and snippets.

@larikitty
Last active April 6, 2017 11:13
Show Gist options
  • Save larikitty/54f650d923c4c248df84 to your computer and use it in GitHub Desktop.
Save larikitty/54f650d923c4c248df84 to your computer and use it in GitHub Desktop.
HighCharts pt-BR Translation
$(function () {
moment.locale('pt-br');
Highcharts.setOptions({
lang: {
contextButtonTitle: 'Opções Avançadas',
decimalPoint: ',',
downloadJPEG: 'Salvar como JPEG',
downloadPDF: 'Salvar como PDF',
downloadPNG: 'Salvar como PNG',
downloadSVG: 'Salvar como SVG',
drillUpText: '< Voltar para {series.name}',
loading: 'Aguarde...',
months: moment.months(),
noData: 'Sem dados a exibir para este gráfico!',
//numericSymbols: null,
printChart: 'Imprimir',
resetZoom: 'Desfazer zoom',
resetZoomTitle: 'Voltar zoom 1:1',
shortMonths: moment.monthsShort(),
thousandsSep: '.',
weekdays: moment.weekdays()
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment