Module: @@localization

Helper functions for mapping strings between languages. All of the strings throughout the application are in English and are translated directly via 1-1 mapping.
Source:

Methods

(static) translated(t, args) → {*}

Returns translation for given text based on current application language selected with replacing ${VAR} with variables taken from the second argument.
Parameters:
Name Type Description
t
args
Source:
Returns:
Type
*