-
Notifications
You must be signed in to change notification settings - Fork 17k
Translation files are not compiled for docker images latest/latest-dev #17876
Copy link
Copy link
Closed
Labels
#bugBug reportBug report
Description
When starting superset using docker-compose-non-dev.yml, many messages are rendered untranslated, though the .po files include translations for their keys.
How to reproduce the bug
- Enable a rather complete language in superset_config_docker.py:
BABEL_DEFAULT_LOCALE = "de"
LANGUAGES = {
"de": {"flag": "de", "name": "Deutsch"},
"en": {"flag": "us", "name": "English"},
}
- Start superset via
docker-compose -f docker-compose-non-dev.yml' p -d - Open http://localhost:8088/
- See a couple of untranslated messages
Expected results
See messages translated in .po files to appear translated in the frontend
Actual results
Messages translated in .po files appear untranslated in the frontend
Checklist
Make sure to follow these steps before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- I have checked the issue tracker for the same issue and I haven't found one similar. (relates partly to Translations files don't translate everything #14848)
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
#bugBug reportBug report
Type
Fields
Give feedbackNo fields configured for issues without a type.