PolinaFam opened a new pull request, #34055: URL: https://github.com/apache/superset/pull/34055
### SUMMARY There are areas in the code where translation is missing for dynamic text. These texts are not extracted when following the [documentation](https://superset.apache.org/docs/contributing/howtos/#extracting-new-strings-for-translation). This PR fixes missing translations for empty state and plugin "Table". ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF **BEFORE**      **AFTER**      ### TESTING INSTRUCTIONS 1. Add next lines to config file: ```py BABEL_DEFAULT_LOCALE` = "ru" LANGUAGES = { "ru": {"flag": "ru", "name": "Русский"}, "en": {"flag": "us", "name": "English"} } ``` 2. Start the application. 3. Switch the interface language to English. 4. Verify the translations 4.1. Check empty state for "Favorite Dashboards" on main page `/superset/welcome/` 4.2. Check empty state for "Mine Dashboards" on main page `/superset/welcome/` 4.3. Check empty state for "Favorite Charts" on main page `/superset/welcome/` 4.4. Check empty state for "Mine Charts" on main page `/superset/welcome/` 4.5. Check "Page length" select on control panel for Table Chart ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
