Freeciv21
Develop your civilization from humble roots to a global empire
name_translation Struct Reference

#include <name_translation.h>

Public Attributes

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

Detailed Description

Definition at line 23 of file name_translation.h.

Member Data Documentation

◆ rulename

char name_translation::rulename[MAX_LEN_NAME]

Definition at line 27 of file name_translation.h.

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

◆ translated

const char* name_translation::translated

Definition at line 24 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 25 of file name_translation.h.

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