The Translate Toolkit is a Python package that assists in localization
of software.
- translate.storage: translate.storage is part of the translate package It contains
classes that represent various storage formats for localization
|
- translate.convert: translate.convert is part of the translate package It contains code
to convert between different storage formats for localizations
|
|
- translate.tools: translate.tools is part of the translate package It contains code
to perform various operations (mostly on po files)
|
- translate.lang: lang contains classes that represent languages and provides
language specific information.
|
|
|
- translate.__version__: This file contains the version of the Translate Toolkit.
- translate.i18n: Internationalization functions and functionality
- translate.misc: Miscellaneous modules for translate - including modules for
backward compatibility with pre-2.3 versions of Python
|