new initialize options
·
133 commits
to master
since this release
Added two new initialize options:
showMissingTranslationMsg
: Controls whether missing translation message will be rendered when translation is undefined.missingTranslationCallback
: A function that will be called when attempting to get an undefined translation. See Handle missing translations for details.