#include <translation.h>
Public Attributes | |
int | msgid |
String | msgctxt |
U32String | 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.
U32String Common::PoMessageEntry::msgstr |
Message string.