imanollew opened a new issue #17447:
URL: https://github.com/apache/superset/issues/17447
Changing the language of Superset doesnt change the months language in a
chart
#### How to reproduce the bug
1. Enable Languages on Superset, by modifying the file "config.py"; adding
LANGUAGES = { "en": {"flag": "us", "name": "English"},"es": {"flag": "es",
"name": "Spanish"}}
2. Click on the flag, switch the language.
3. Now, the whole interface is in the desired language EXCEPT the months on
any kind of chart.
### Expected results
The name of each month should be in my desired language.
### Actual results
The name of each month is still in english.

### Environment
(please complete the following information):
- firefox:
- superset version: 1.3.0
- python version: Python 3.7.11
- node.js version: v12.22.2
- any feature flags active: "ALERT_REPORTS": True,
"ENABLE_TEMPLATE_PROCESSING": True,
"DASHBOARD_NATIVE_FILTERS": True,
"VERSIONED_EXPORT":True,
"DASHBOARD_RBAC":True
### Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [X ] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [X ] I have reproduced the issue with at least the latest released version
of superset.
- [X ] I have checked the issue tracker for the same issue and I haven't
found one similar.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]