fix list translations
Opened this issue · 0 comments
hell03end commented
Code t.translate(["text 'abc'", "hello, world!"], 'de')
cause troubles with parsing into the list, return composite long string:
['"der text \'abc\',", \'Hallo Welt!']
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!']