No, it is a false positive. My example had only one translator. But here is another example, now with two translators in translator-credits:
$ gtxml ~/Downloads//optimization-guide.master.pt_BR.po At line 24: not well-formed (invalid token) ------------------------------------------- #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" msgstr "" "Enrico Nicoletto <[email protected]>, 2012\n" "Rafael Ferreira <[email protected]>, 2013" If someone that knows python3 could patch pyg3t to fix this, I think it would be a great tool for this XML validation... Someone? 2014-05-09 16:40 GMT+00:00 Daniel Mustieles García < [email protected]>: > Maybe it is because of the newline character? Translator credits should be > in one line per credit > El 09/05/2014 18:01, "Rafael Ferreira" <[email protected]> escribió: > > The only false positive I know of gtxml is the 'translator-credits' >> string, returning exit code 1. For instance: >> >> $ gtxml platform-demos.master.pt_BR.po >> At line 23: not well-formed (invalid token) >> ------------------------------------------- >> #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 >> msgctxt "_" >> msgid "translator-credits" >> msgstr "Rafael Ferreira <[email protected]>, 2013" >> >> >> >> >> 2014-05-09 15:49 GMT+00:00 Daniel Mustieles García < >> [email protected]>: >> >>> No AFAIK, but I'm not 100% about it. >>> >>> Cc'ing Ask, maintainer of pyg3t, to hear his oppinion about this >>> question. >>> El 09/05/2014 17:37, "Alexandre Franke" <[email protected]> >>> escribió: >>> >>> On Fri, May 9, 2014 at 5:14 PM, Daniel Mustieles García >>>> <[email protected]> wrote: >>>> > Hi, >>>> >>>> Hi, >>>> >>>> > Could we implement a pre-commit hook to check XML syntax with gtxml >>>> [1]? >>>> >>>> Are there any false positives? >>>> >>>> -- >>>> Alexandre Franke >>>> _______________________________________________ >>>> gnome-i18n mailing list >>>> [email protected] >>>> https://mail.gnome.org/mailman/listinfo/gnome-i18n >>>> >>> >>> _______________________________________________ >>> gnome-i18n mailing list >>> [email protected] >>> https://mail.gnome.org/mailman/listinfo/gnome-i18n >>> >>> >>
_______________________________________________ gnome-i18n mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-i18n
