You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/12/27 08:10:12 UTC

[GitHub] [superset] hbruch opened a new issue #17876: Translation files are not compiled for docker images latest/latest-dev

hbruch opened a new issue #17876:
URL: https://github.com/apache/superset/issues/17876


   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
   
   1. 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"},
   }
   ```
   2. Start superset via `docker-compose -f docker-compose-non-dev.yml' p -d`
   3. Open http://localhost:8088/ 
   4. 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!
   
   - [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. (relates partly to #14848)
   
   ### Additional context
   
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] villebro closed issue #17876: Translation files are not compiled for docker images latest/latest-dev

Posted by GitBox <gi...@apache.org>.
villebro closed issue #17876:
URL: https://github.com/apache/superset/issues/17876


   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org