Closed hedin-hiervard closed 1 year ago
It's related to https://github.com/mirego/accent/issues/217
I'm using PO (gettext) format for import and export operations.
(a)
line1 line2
or
(b)
(c)
msgstr "line1\n" "line2\n"
msgstr "line1\n" "\n" "line2\n"
msgstr "line1\n" "\n" "\n" "line2\n"
I refactored the Gettext serializer in v1.13.0 that I just released. You can open a new issue if there are still problems
It's related to https://github.com/mirego/accent/issues/217
I'm using PO (gettext) format for import and export operations.
(a)
or
(b)
or
(c)
(a)
(b)
(c)