How to localize a language completely #39334
Replies: 4 comments 1 reply
|
Hi @iceangel86868686-bot! I'm Dosu and I’m helping the superset team. The issue you're running into is a common one — having translations in your 1. Ensure both backend and frontend translations are compiled Superset uses two separate translation pipelines [1]. Even if your
If you only updated the 2. Frontend loads translations via server-rendered bootstrap data The frontend doesn't load 3. Some strings may have plugin-level type mismatches A known issue is that some chart plugin 4. Incomplete translation coverage By default, Superset actually disables i18n because most language translations are incomplete (cite:code_file:9bbde5f2:401-403). The Russian grep -c 'msgstr ""' superset/translations/ru/LC_MESSAGES/messages.poRecommended steps:
To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Hi! Could you please be so kind and share the Russian translations? |




Uh oh!
There was an error while loading. Please reload this page.
Hello everyone, please tell me how to translate the superset into Russian completely.
Here are my settings:
This is the file ~/venv/lib/python3.10/site-packages/superset/config.py

I also have .po .mo .json files ~/venv/lib/python3.10/site-packages/superset/translations/ru/LC_MESSAGES/

But I still have untranslated words.

I decided to check the presence and translation of the word "Metrics" in the .po and .json files. There is a translation there
Tell me, who knows what's going on?
All reactions