Basic: i18n
i18n
import
_ @util.i18n;
i18n.init - init
i18n.init;
i18n.dbg.test - test example
i18n.dbg.test;
i18n.reset - reset at startup
i18n.reset;
i18n.load - load from file
i18n.load(file);
# file File to load
i18n.load(70707); # strings.common
i18n.strings.set.prefix - set prefix
Set prefix to all strings
i18n.strings.set.prefix(PREFIX.A); # set prefix "A.". "A.x" will transform to just "x"
i18n.str.get.alias - get alias
Returns all strings aliases
i18n.str.get.alias;
i18n.log.strings - log strings
LiveLog all strings to /i18n.strings
i18n.log.strings();