Open luzpaz opened 6 years ago
@easyw This issue was blocking #11 because to execute
pylupdate `find ./ -name "*.py"` -ts Resources/translations/Manipulator.ts
it includes oDraft.py. But then I remembered to just exclude oDraft.py using:
pylupdate `find ./ -name "*.py" \( ! -name "oDraft.py" \)` -ts Resources/translations/Manipulator.ts
so that's the workaround for now
Are you going to officially port this to Manipulator ? ref: #11