URL:
<http://gna.org/bugs/?20293>
Summary: Menu labels no longer translatable
Project: MyPaint
Submitted by: martinxyz
Submitted on: Mon 12 Nov 2012 09:24:56 PM CET
Severity: 5 - Blocker
Priority: 5 - Normal
Status: Confirmed
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: git
Planned Release: None
Operating System: all
_______________________________________________________
Details:
The translatable strings in gui/mypaint.xml do not show up in the .pot file
after "scons translate=pot".
This may be because gui/mypaint.xml is not scanned at all, because it doesn't
match the regex in po/SConscript. However, when I change the regex
- env.Execute('git grep --full-name --files-with-matches "^from gettext
import" .. | sort > POTFILES.in')
+ env.Execute('git grep --full-name -E --files-with-matches "(from gettext
import|translatable=)" .. | sort > POTFILES.in')
then the file is checked by intltool-update, but the strings still don't show
up.
Anyone knows how this is supposed to work?
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?20293>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs