plotly.py
plotly.py copied to clipboard
How to translate the modebar tooltips to another language?
I have tried:
locale.setlocale(locale.LC_ALL , 'de_DE')
and
config = {
'locale': 'de-DE'
}
fig.show(config=config)
But the modebar tooltips are still in English

Is there any way to translate them?