plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

How to translate the modebar tooltips to another language?

Open SebBanDev opened this issue 3 years ago • 0 comments

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 image

Is there any way to translate them?

SebBanDev avatar Aug 29 '22 11:08 SebBanDev