You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
missingTranslationMsg | string | Missing translation key ${key} for language ${code} | A message that will be rendered in place of missing translations
20
20
missingTranslationCallback | function | undefined | A function that will be called when attempting to get an undefined translation. See [Handle missing translations](/features/#handle-missing-translations) for details.
21
21
translationTransform | function | undefined | A transformation function that will be applied to translation data. See [Custom data format](/formatting-translation-data#custom-data-format) for details.
22
+
ignoreTranslateChildren | boolean | false | A flag that determines whether or not to add the children of `<Translate>` to the default language. This can be useful for defining default values in tests without adding them to translations.
0 commit comments