Function mi18n
If a translation is missing its key will be returned. If the setting debug/module_translation_message is set to true, which is the default, it then will be prefixed by 'Module translation not found: '.
This function is variadic in order to support formatted strings like %s. e.g. echo mi18n("May the %s be with %s.", 'force', 'you'); will return: "May the force be with you."
Package: Core\I18N
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at includes/functions.i18n.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at includes/functions.i18n.php
string |
$key |
the string to translate |
string
|
the translated string |
|
|
|
|
|