Skip to content

Commit b18dfe2

Browse files
thchiaRyan Johnson
authored andcommitted
Add ignoreTranslateChildren to docs. (#75)
1 parent 9fcb4b1 commit b18dfe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/action-creators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ showMissingTranslationMsg | boolean | true | Controls whether missing translatio
1919
missingTranslationMsg | string | Missing translation key ${key} for language ${code} | A message that will be rendered in place of missing translations
2020
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.
2121
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.
2223

2324
<div class="admonition error">
2425
<p class="first admonition-title">Deprecated</p>

0 commit comments

Comments
 (0)