-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to achieve multi-language with exploreV2 #1926
Comments
We've started moving UI to react/JS and using single page apps for both explore V2 and SQL Lab. Currently we don't have support for translations on the front end, and have yet to come up with a pattern of getting translated strings from the server to the front end. |
One first step is to wrap all the strings on the frontend with something like Unfortunately it's not super high priority for us though, so we probably won't drive this and act more as enablers. |
@YinghaoPu wrote in #2002: As I know, superset can translate the words in .html and .py file easily, but the words in .js or .jsx can't be translated. I found a solution in http://www.obviel.org/en/1.0b/i18n.html, and I try it locally, it works. but everytime I merge the newest code from your repository, it takes lots of time. Could you please add this found to your code? |
Let me link this on how sentry (python + react frontend) does this: |
@lxzhangchao then open a PR to contribute the work back or i don't see what we are discussing here :) |
Notice: this issue has been closed because it has been inactive for 291 days. Feel free to comment and request for this issue to be reopened. |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
15
Expected results
explore V2 Can achieve multi-language
Actual results
can not
Steps to reproduce
The text was updated successfully, but these errors were encountered: