Skip to content

new initialize options

Compare
Choose a tag to compare
@ryandrewjohnson ryandrewjohnson released this 17 Sep 08:13
· 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.