ScummVM API documentation
Common::PoMessageEntry Struct Reference

#include <translation.h>

Public Attributes

int msgid
 
String msgctxt
 
U32String msgstr
 

Detailed Description

Structure describing a translated message.

Member Data Documentation

◆ msgid

int Common::PoMessageEntry::msgid

ID of the message.

◆ msgctxt

String Common::PoMessageEntry::msgctxt

Context of the message. It can be empty. Can be used to solve ambiguities.

◆ msgstr

U32String Common::PoMessageEntry::msgstr

Message string.


The documentation for this struct was generated from the following file: