-
-
Notifications
You must be signed in to change notification settings - Fork 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
Multilingual Orange #6350
Comments
Are translations back on the plan for the future? Compared to #5409 |
They absolutely are! See this: #6616. We can easily publish Orange in Slovenian, but it is a separate release, which is annoying, and it also doesn't work well with add-ons. We now have a mechanism with which you can switch between languages, there's just a single nasty problem left to solve. Why are you asking? |
Orange 3.38 supports switching between languages. Currently between English and Slovenian. :) Supporting other languages is only a question of having a (very dedicated) translator. |
Dear @janezd, I would like to contribute with a German translation. Is anyone already working on it? |
No, there is no particular rush. :) If you volunteer for this, it would be great! Here are the message files for the three core parts (widget base, canvas, orange). Null's need to be replaced either by translations or by The file format is a simplified version of yaml; see documentation. I wanted to give you instructions for testing your translations (it's encouraging to see how you progress :), but then I realized I don't have a good workflow for it. I'll have to think about it and get back to you. Let me know if you need any help. |
On macOS I modified an installed bundle:
Now I can do either
ln -s Orange-en Orange
orln -s Orange-si Orange
(and the same for others) to switch between English and Slovenian.ln -s
would of course happen within Orange settings) be a way to distribute multilingual Orange?Reminder: we would need a Slovenian distribution of Orange by mid-march.
The text was updated successfully, but these errors were encountered: