Skip to content

1.5.3

Compare
Choose a tag to compare
@jarda-svoboda jarda-svoboda released this 17 Jan 23:25
· 300 commits to master since this release

What's Changed

For example:

$t('common.placeholder_unknown', { default: 'DYNAMIC_DEFAULT_VALUE' });

Also another translation (or variable) can be used as default:

$t(`error.${code}`, { default: $t('error.default') });

Full Changelog: 1.5.2...1.5.3