1.5.3
What's Changed
- Added dynamic
default
(defaults from translation payload) by @jarda-svoboda in #25
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