I found that is the translation for a string (msgid) is empty all gettext tools will consider the string as untranslated.
Is there a workaround for this? I do want to have an empty string as the translation for this item.
|
|
|
As this seems to be a big design flaw in the gettext specification, I decided to use:
|
|||
|
|
I have had the same problem for a long time, and I actually don't think you can at all. My best option was to insert a comment so I could mark it "translated" from there:
So far, it's been by best workaround :/ If you do end up finding a way, please post! |
|||
|
|