You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set another default language (for example, Russian), then when you switch to English, some menu items are not translated.
How to reproduce the bug
Set the following options in config.py
BABEL_DEFAULT_LOCALE = "ru"
# Your application default translation path
BABEL_DEFAULT_FOLDER = "superset/translations"
# Turning off i18n by default as translation in most languages are
# incomplete and not well maintained.
LANGUAGES = {
"ru": {"flag": "ru", "name": "Russian"},
"en": {"flag": "us", "name": "English"},
}
Login to the app
Make sure the default language is applied
Switch language to English
Expected results
The entire interface is translated into English
Actual results
Some of the menu items were not translated into English.
message files contain all relevant translations.
If you return the default English language, then all pages are translated correctly!
Environment
browser type and version: Google Chrome 110.0.5481.177
I'm not sure if this is still an issue in current versions of Superset (3.x). If it is, we can re-open this, or feel free to open a new issue with updated context and a reproducible case using example data. We're no longer supporting Superset 2.x or prior, and it's been a while since this thread saw any activity, so I'm closing this as stale.
Hi,
If you set another default language (for example, Russian), then when you switch to English, some menu items are not translated.
How to reproduce the bug
Login to the app
Make sure the default language is applied
Switch language to English
Expected results
The entire interface is translated into English
Actual results
Some of the menu items were not translated into English.
message files contain all relevant translations.
If you return the default English language, then all pages are translated correctly!
Environment
superset version
2.0.1python --version
3.10.0node -v
v14.19.3Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
The same problem was described in the issue #19431. But I didn't find a solution for it.
All compilations are done according to the documentation
Thanks in advance,
Andrew
The text was updated successfully, but these errors were encountered: