Module vibe.web.i18n
Internationalization/translation support for the web interface module.
Functions
Name | Description |
(accept_language, allowed_languages)
|
Determines a language code from the value of a header string.
|
(text)
|
|
tr(key, context)
|
Performs the string translation for a statically given language.
|
translationContext()
|
Annotates an interface method or class with translation information.
|
Templates
Name | Description |
translationModule
|
Makes a set of PO files available to a web interface class.
|