GNOME Bugzilla – Bug 577118
Do "cam" and "main-window" be translatable?
Last modified: 2010-04-03 21:02:14 UTC
In mouseTrap.py (usage), you marked "main-window" and "cam" for translation. It seems weird, because in start() you test for these non-translated literal values. What did you intend?
Please Flavio, could you answer this question?
I'm sorry, I didn't receive an email for this bug (at least I don't remember), They shouldn't be translated. I'm sorry again. Thanks for asking
And the strings are still marked as translatable (now in in http://git.gnome.org/browse/mousetrap/tree/src/mousetrap/app/main.py).
Ok, Fixed with commit 73a67029711396f0e8d8a7e3559e59f218c1a8f3 Thanks again
Thanks! But now I suppose you don't need those concatenations any more. You could simply write: print( "-e, --enable=[main-window|cam]"), and print( "-d, --disable=[main-window|cam]"), But it's your code :-)