-
Notifications
You must be signed in to change notification settings - Fork 14
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
(WIP) Adding the ability to translate Maniplulator WB #11
base: master
Are you sure you want to change the base?
Conversation
Bummer, still don't know how to use git well enough to avoid adding e09eccf which I already submit as #10 (No worries I'll actually rebase after #10 is merged). 8d8094b is lame because I artificially put it in a made up src/Tools/ dir so it would run, but it still doesn't run correctly. So it needs modifying. Perhaps you (@easyw) can help me with that? I've actually successfully got
to run and it pulls the translations from 6f6066a in to a new directory: |
@luzpaz May those could be useful. |
8d8094b
to
92960c4
Compare
@easyw what do you want to do about |
Starting to add QtCore.QT_TRANSLATE_NOOP(context, text) functions. Haven't tested yet.
I was trying to run it but was unsuccessful because it was copied from FC core and really needs to be fully adapted to run just for Manipulator.
92960c4
to
a45f9b9
Compare
@easyw 👆 |
+ needed a workaround to exclude oDraft.py (see easyw#12) + made some soft cosmetic adjustments to the script
When invoking the I get the following:
So I realize that the |
The commits in this branch are a WIP and any help is encouraged.