GNOME Bugzilla – Bug 541966
Please provide command line switch to limit line length in pot files
Last modified: 2020-03-03 18:34:56 UTC
From http://bugs.debian.org/476348: When I run xml2po -e -o foo.pot foo.xml I get a pot file where there are no line breaks within the msgid fields, i.e. they might run over several lines. Example: msgid "this is a long line with is broken down on several " "lines to ease work in an editor". instead of msgid "this is a long line with is not broken down on several lines to make live harder in an editor". Ideally this would be modelled along msgmerge(1) command line option.
Reassigning to xml2po, as it has a separate bugzilla product.
Created attachment 114203 [details] [review] Apply proper wrapping using Python TextWrapper
Created attachment 114318 [details] [review] Apply proper wrapping using Python TextWrapper Fix typo in a patch
Created attachment 193771 [details] [review] Updated patch This patch fixes the (now) correct source file and properly retains white spaces at the wrapped end of lines.
gnome-doc-utils has been superseded by yelp-xsl, yelp-tools, and itstool. gnome-doc-utils will not see any further development, hence closing as WONTFIX. See https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/255