BaseLocalization

Undocumented in source.

Constructors

this
this(string dName, wstring[string] dict)
Undocumented in source.

Members

Functions

has
bool has(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
notFound
wstring notFound(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
wstring opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dict
wstring[string] dict;
Undocumented in source.
dict_name
string dict_name;
Undocumented in source.

Inherited Members

From Localization

name
string name [@property getter]
Undocumented in source.
has
bool has(string key)
Undocumented in source.
notFound
wstring notFound(string key)
Undocumented in source.

Meta