#include <translation.h>
Public Attributes | |
| int | msgid |
| String | msgctxt |
| String | msgstr |
Structure describing a translated message.
| int Common::PoMessageEntry::msgid |
ID of the message.
| String Common::PoMessageEntry::msgctxt |
Context of the message. It can be empty. Can be used to solve ambiguities.
| String Common::PoMessageEntry::msgstr |
Message string.