plotly.py
plotly.py copied to clipboard
Localization not included into plotly.min.js
Hello!
I use plotly to draw timelines, but dates are not localized, for example: "Aug 14 2024".
I see that names of months are localized in plotly.js (https://github.com/plotly/plotly.js/tree/master/lib/locales), but localizations are not included into the minified version of plotly.js in plotly.py.
Is it possible to include them? Thanks in advance.