Home | Trees | Indices | Help |
---|
|
|
|||
|
TranslationRegistry Registry for Translation objects |
||
|
Translation Translation object |
||
|
MoulLocHandler Content handler for Myst Online Uru Live locatization |
||
|
LocDirParser Parse translation LOC files |
|
|||
|
registerTranslation(translation) Register a translation instance |
||
|
_addList(d,
key,
value) Utility for dict.setdefault(key, [].append()) |
||
|
_addTree(d,
lang,
age,
setname,
element,
key) Utility to create the lang - age - set - element tree |
|
|||
|
__author__ = 'Christian Heimes'
|
||
|
__version__ = '$Id: localization.py 129 2007-02-03 18:41:23Z tiran $'
|
||
|
__revision__ = '$Revision: 129 $'
|
||
|
LOG = <logging.Logger instance at 0x403d036c>
|
||
|
IGNORE_AGES = [u'OptionsMenu', u'ACA', u'Global', u'KI', u'Heek']
|
||
|
IGNORE_SETS = []
|
||
|
IGNORE_ELEMENTS = []
|
||
|
translationRegistry = <TranslationRegistry at 1076805324 with 0 elements
|
||
|
with_statement = _Feature((2, 5, 0, 'alpha', 1), (2, 6, 0, 'alpha', 0...
|
|
Register a translation instance Translations are stored by their key. During the registration the translations are also inserted in multiple lookup tables and a tree.
|
|
|
|
__author__None
|
__version__None
|
__revision__None
|
LOGNone
|
IGNORE_AGESNone
|
IGNORE_SETSNone
|
IGNORE_ELEMENTSNone
|
translationRegistryNone
|
with_statementNone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:17 2007 | http://epydoc.sourceforge.net |