"An Michel R." <[email protected]> writes: > This is a minor bug, but msgcat changes > > #: /path/to/file:line1 > #: /path/to/file2:line10 > #: /path/to/file3:line15 > > to > > #: /path/to/file:line1 /path/to/file2:line10 /path/to/file3:line15 > > I think msgcat shouldn't do anything with the comments in the file.
This is an expected behavior. msgcat (like other gettext commands) wraps lines at a certain width, regardless of that the lines are comments or msgid/msgstr. Regards, -- Daiki Ueno
