Fixed issue with plural multiline text.

This commit is contained in:
janhommes
2017-09-14 14:37:45 +02:00
parent cfe01e8aea
commit a6937bb7f0
4 changed files with 39 additions and 13 deletions

View File

@@ -57,3 +57,17 @@ msgid ""
msgstr ""
"\a\b\t\n"
"\v\f\r"
# plural text must suport \n
msgid ""
"Test.\n"
" multiline."
msgid_plural ""
"Test\n"
" multiline plural."
msgstr[0] ""
"Test.\n"
" mehrzeilig."
msgstr[1] ""
"Test.\n"
" mehrzeilig Plural."