grace-shi opened a new issue #10858: URL: https://github.com/apache/incubator-superset/issues/10858
A clear and concise description of what the bug is. ### Expected results when extracting new strings for translation, words inside superset-ui packages should be extracted as well. ### Actual results Babel only extracts words from superset-frontend/src and backend code. ignored superset-ui plugins inside node_modules #### Screenshots  #### How to reproduce the bug 1. Go to project root directory 2. Run flask fab babel-extract --target superset/translations --output superset/translations/messages.pot --config superset/translations/babel.cfg -k _ -k __ -k t -k tn -k tct 3. See logs ### Environment - superset version: `0.37` - python version: `3.7.0` - node.js version: `v12.18.2` - npm version: `6.14.5` ### Checklist Make sure these boxes are checked 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. ### Additional context Many chart plugins use `t` function to translate strings, but these strings can not extracted for translation. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
