A wrapper around the translator module (with fallback to plain functions)

It makes translating a module a lot easier, as long as said modules follows conventions. Which, 99% of all OT modules do.

It allows you to simply specify a function to use for (re)translation, and the directory of the current module to look into for translations (which is trivially done by passing self._mm.resourcePath(), then handles everything.)

Type: simpleTranslator
Uses (at least one of): TranslatorModule >
Requires (at least one of):

Properties:

Files