Namespace: i18n

qui.base.i18n

Source:

Methods

(static) gettext(msg) → {String}

Translate a message.

Parameters:
Name Type Description
msg String

the message to translate

Source:
Returns:

the translated message or the original message, if no translation found

Type
String