hell03end/pyLinguist

fix list translations

Opened this issue · 0 comments

Code t.translate(["text 'abc'", "hello, world!"], 'de') cause troubles with parsing into the list, return composite long string:
['"der text \'abc\',", \'Hallo Welt!']