AliGouta opened a new issue, #40207:
URL: https://github.com/apache/superset/issues/40207
### Bug description
**Description:**
When building superset with French translation and translation is activated,
we observe that once logging into superset, that the translation is done
partially and not all front-end components are translated
To reproduce the problem:
Enable translation to another langage, to enable FR:
```
LANGUAGES = {
'en': {'flag': 'us', 'name': 'English'},
'fr': {'flag': 'fr', 'name': 'French'},
}
BABEL_DEFAULT_LOCALE = "fr"
```
Login to superset and this is all of it
**Version:**
6.0.0 and higher
### Screenshots/recordings
Example of sceenshot:
<img width="1685" height="282" alt="Image"
src="https://github.com/user-attachments/assets/52f5a3e1-da06-4daa-876d-0012c67a9081"
/>
We see the content of column Last modified is good and translated to french,
but we expect to see everything translated to French
### Superset version
master / latest-dev
### Python version
3.9
### Node version
16
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [x] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
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]