Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
name_translation Struct Reference

#include <name_translation.h>

Data Fields

const char * translated
 
char vernacular [MAX_LEN_NAME]
 
char rulename [MAX_LEN_NAME]
 

Detailed Description

Definition at line 35 of file name_translation.h.

Field Documentation

◆ rulename

char name_translation::rulename[MAX_LEN_NAME]

Definition at line 39 of file name_translation.h.

Referenced by name_init(), names_set(), and rule_name_get().

◆ translated

const char* name_translation::translated

Definition at line 36 of file name_translation.h.

Referenced by name_init(), name_translation_get(), and names_set().

◆ vernacular

char name_translation::vernacular[MAX_LEN_NAME]

Definition at line 37 of file name_translation.h.

Referenced by name_init(), names_set(), and untranslated_name().