Replies: 0
Hi,
May I know why is Loco Translate 2.x plugin breaking up a long string in .pot into several lines? The original text is in one single line with no break.
Example .pot output after a sync :
#: 404.php:28
msgid “”
“It looks like nothing was found at this location. Maybe try one of the links ”
“below or a search?”
msgstr “”
I believe the output should be like this:
#: 404.php:28
msgid “It looks like nothing was found at this location. Maybe try one of the links below or a search?”
msgstr “”
Thanks.