creator.core.i18n

Undocumented in source.

Members

Functions

compareEntries
bool compareEntries(TLEntry a, TLEntry b)
Undocumented in source. Be warned that the author may not have intended to support it.
incLocaleCurrentName
string incLocaleCurrentName()

Gets the current selected locale human name

incLocaleGetEntries
TLEntry[] incLocaleGetEntries()

Returns the locale list

incLocaleGetEntryFor
TLEntry* incLocaleGetEntryFor(string code)

Get locale entry for a code

incLocaleInit
void incLocaleInit()

Initialize translations

incLocaleSet
void incLocaleSet(string code)

Sets the locale for the application

markDups
void markDups(TLEntry[] entries)

Disambiguate by source folder for TLEntrys with identical humanNames. Expects an array sorted by humanName

Structs

TLEntry
struct TLEntry

Entry in the translations table

Meta