[zanata-bugs] [Bug 744277] Python cient has issues with newlines

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 14 01:21:14 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=744277

Bryan Kearney <bkearney at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|needinfo?(bkearney at redhat.c |
                   |om)                         |

--- Comment #5 from Bryan Kearney <bkearney at redhat.com> 2011-10-13 21:21:13 EDT ---
The issue we say was the the string split on multiple lines
msgid ""
"\n"
"Usage: %s [options] MODULENAME --help\n"
msgstr ""
"\n"
"\"ব্যৱহাৰ: %s [বিকল্পসমূহ] MODULENAME --help\n"

Was no picked up. We had to collpase the strings:

msgid "\nUsage: %s [options] MODULENAME --help\n"
msgstr "\n"ব্যৱহাৰ: %s [বিকল্পসমূহ] MODULENAME --help\n"

The strings are written as "\n"ব্যৱহাৰ: %s [বিকল্পসমূহ] MODULENAME --help\n" in
the source file. It is the import/export from zanata which breaks it onto many
lines.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the zanata-bugs mailing list