dictionary.variables
$dictionary: () !default;
$dictionary: () !default;// Global dictionary.
$dictionary: (
word: translation
) !default;Set
Get
Merge
$dictionary-global: true
$dictionary-global: trueLast updated
$dictionary: () !default;// Global dictionary.
$dictionary: (
word: translation
) !default;$dictionary-global: trueLast updated
// If `true` then each function of translator uses global `$dictionary`.
$dictionary-global: true;