naev 0.12.6
translation_t Struct Reference
Collaboration diagram for translation_t:

Data Fields

char * language
msgcat_tchain
char ** chain_lang
struct translation * next

Detailed Description

Definition at line 25 of file gettext.c.

Field Documentation

◆ chain

msgcat_t* translation_t::chain

Array of message catalogs to try in order.

Definition at line 27 of file gettext.c.

◆ chain_lang

char** translation_t::chain_lang

Array of those catalogs' names.

Definition at line 28 of file gettext.c.

◆ language

char* translation_t::language

Language code (allocated string).

Definition at line 26 of file gettext.c.

◆ next

struct translation* translation_t::next

Next entry in the list of loaded translations.

Definition at line 30 of file gettext.c.


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