DirDictionaryLoader

load localizations from directory

Constructors

this
this(string path, string ext)

Members

Aliases

baseDictType
alias baseDictType = ubyte[string]
Undocumented in source.

Functions

checkLocalizations
void checkLocalizations(Localization[string] locs, baseDictType base)
Undocumented in source. Be warned that the author may not have intended to support it.
getLabel
string getLabel(string name)
load
Localization[string] load()
loadBase
baseDictType loadBase(string path)
loadFromFile
Localization loadFromFile(string fname)
loadLocalizations
Localization[string] loadLocalizations(string path)
store
void store(string[] keys)

Static functions

checkKeyExests
void checkKeyExests(wstring[string] d, string key, wstring value)
Undocumented in source. Be warned that the author may not have intended to support it.
processLine
void processLine(wstring[string] d, size_t no, string fname, string line)
splitLine
auto splitLine(size_t no, string fname, string ln)

Variables

ext
string ext;

extension of localization files

path
string path;

path to localization directory

Inherited Members

From DictionaryLoader

load
Localization[string] load()
store
void store(string[] keys)

store using keys in program

Meta