tagion.basic.Message

Undocumented in source.

Members

Functions

get_lang_path
string get_lang_path()

This generates the message translation table If the version flag UPDATE_MESSAGE_TABEL is set then the default translation tabel is generated and a json file is written, which then can be edited for other language support

Manifest constants

name_list
enum name_list;
Undocumented in source.

Static variables

message
Message message;
Undocumented in source.

Structs

Message
struct Message

this function works like the std.format except if the language translation table is loaded the text is translated via this table

Meta