Translations: incomplete messages in pot file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Postler |
New
|
Low
|
Unassigned |
Bug Description
Hi,
The translation of the following messages doesn't appear entirely in the pot file:
- postler/
- postler/
The code snippet is the following for the first message:
+ "You need to fetch mail at least once.\n"
+ "If you see this error after fetching, right-click "
+ "the folder for sent messages, \"Use as...\" and "
+ "select \"Sent\". Do the same for the outbox."));
and the pot file only grabs the first string, not the concatenated ones:
673 #: ../postler/
674 msgid "Folders for sent messages and outbox can't be created. "
675 msgstr ""
So either use several times _() + _() or put everything in one line I guess.
Thank you,
Mike
tags: | added: i18n |
Changed in postler: | |
importance: | Undecided → Low |