Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/action-creators.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ showMissingTranslationMsg | boolean | true | Controls whether missing translatio
missingTranslationMsg | string | Missing translation key ${key} for language ${code} | A message that will be rendered in place of missing translations
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.
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.
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.

<div class="admonition error">
<p class="first admonition-title">Deprecated</p>
Expand Down