Replies: 5 comments 4 replies
-
Certainly! Currently Spanish and English are supported, as those are the languages I speak. But the framework is setup to support any language. See Window->Preferences->Language and Colors.
Translations are based on gettext and libintl. This involves adding and modifying .po files. You may need to clone the mrv2 repository and create a zh.po (is that for Chinese? I forget) file. For testing you should become familiar with compiling mrv2. See the sample mrv2/po/es.po. For more info on the workflow, see: https://github.com/ggarra13/mrv2#translating Feel free to ask if you get stuck or need some help! |
Beta Was this translation helpful? Give feedback.
-
I've updated the framework for Simplified Chinese and Traditional Chinese in the github repository and the mrv2 interface. Just clone the mrv2 repository, look for mrv2/po/zh-CN.po and translate the messages. If you want to test the messages in the UI, you will need to convert the .po files into .mo files. Check the translating instructions I mentioned above. |
Beta Was this translation helpful? Give feedback.
-
I have done automatic translations of Chinese (Simplified) and German with AI in v1.2.5. You can play with it in: |
Beta Was this translation helpful? Give feedback.
-
mrv2 v1.2.5 is now out. It has Chinese, German and Hindi translations done with AI. Spanish and English are manual translations.
msgid is the original message while msgstr is the translated message.
|
Beta Was this translation helpful? Give feedback.
-
I am also attaching a simple gettext tutorial which lists the gettext commands you can run manually to update the .mo files in case you want to do further refinements on mrv2's UI (like check margins, python help docs, etc): https://www.labri.fr/perso/fleury/posts/programming/a-quick-gettext-tutorial.html |
Beta Was this translation helpful? Give feedback.
-
Hi, I wonder will you support Chinese or other languages?
and i wonder if i want to add chinese language support, is there some documents or tutorials that i can refer to?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions