intltool-update complains over files it should ignore
Morten Welinder <[email protected]> Thu, 26 Nov 2009 09:57:54 -0500
| Newsgroups | gmane.comp.gnome.lib.xml.internationalization |
|---|---|
| Message-ID | <[email protected]> |
I am getting incorrect complaints over quotes with 0.40.6. The problem
is not new with that version. There are two problems here.
1. tools/win32/jhbuildrc.py is in POTFILES.skip and really should be ignored.
Alternatively there should be an option to exclude parts of the tree.
2. There is nothing wrong with line 97 in there. The tripple quotes combined
with line continuation seems to confuse intltool-update.
welinder@anemone:~/gnome/gnumeric/po> intltool-update -m --verbose
Searching for missing translatable files...
Found POTFILES.skip: Ignoring files...
mismatched quotes at line 97 in ../tools/win32/jhbuildrc.py
mismatched quotes at line 101 in ../tools/win32/jhbuildrc.py
[...]
Segment of jhbuildrc.py starting at line 97:
module_autogenargs['gettext'] = autogenargs + """ --without-emacs \
--disable-libasprintf \
--disable-java \
--disable-native-java \
--enable-relocatable"""
BTW:
Report bugs to http://bugzilla.gnome.org/ (product name "intltool")
or send email to <[email protected]>.
Reporting bugs at bugzilla has been turned off. This help text should be
updated accordingly.