pixelky opened a new issue, #28383: URL: https://github.com/apache/superset/issues/28383
### Bug description There are areas in the code where the text to be translated is dynamic, such as https://github.com/apache/superset/blob/master/superset-frontend/src/features/home/EmptyState.tsx#L149. These texts are not extracted when following the [approach laid out in the documentation](https://superset.apache.org/docs/contributing/howtos#extracting-new-strings-for-translation). I noticed the texts used to be present until recently. What is the recommended approach for such cases? ### How to reproduce the bug 1. Login to Superset 2. Looks under 'Dashboards' on the home page with no dashboards ### Screenshots/recordings <img width="1010" alt="image" src="https://github.com/apache/superset/assets/8874081/cb143ab2-dd73-4f4e-a755-6f386633f384"> For example, the 'DASHBOARD' on the button. ### Superset version 4.0.0 ### 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]
