Add Chinese Simplified Translation#462
Add Chinese Simplified Translation#462greenflute wants to merge 2 commits intoobjective-see:masterfrom
Conversation
|
I think it's a worthwhile thing to do! |
|
Good job! You did what I wanted to do. |
|
Thanks for this PR! We've just switched to using Apple's updated "Strings Catalog" approach for localizations, and with LuLu v3.0 a lot of the UI has changed. So favor, could you follow these steps to complete the necessary steps to add a Chinese Simplified translation to LuLu? I'll then be able to merge in the PR with no conflicts! Thank you in advance 🙏🏽🙏🏽🙏🏽 |
|
|
Closing this out, as was merged in here: #753 |
Hi, just added Chinese Simplified Translation, most Xibs sind intact, except the AboutWindow.xib.
Since i haven't managed to bypass the System-Extension check (although with my own apple development certs everything compiles), i can only check most xibs (except the welcome splash) under Xcode Interface Builder.
There are still some strings which were not translated, e.g "must run from /Application", and some rule type tips in "Add Rules" Xib. I think it needs some refactoring in AppDelegate, WelcomeWindowController and RulesWindowController.
Thanks for this great tool, hope i can somehow contribute to it.