curiosum-dev / kanta

User-friendly translations manager for Elixir/Phoenix projects.
https://kanta.curiosum.com/kanta/dashboard
MIT License
182 stars 15 forks source link

PO Extractor - allow to import multi-lines msgstr #40

Closed oliver-kriska closed 11 months ago

oliver-kriska commented 1 year ago

this change should support when POT files contain multiline strings as msgstr for example:

msgid "Hello"
msgstr "Hello string"

msgid "Multiline"
msgstr "Multiline string \n"
"Another line"
oliver-kriska commented 11 months ago

thanks @vi0dine, fyi I don't have write access so I can not merge it.