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
| renderToStaticMarkup | function | boolean | If using react in browser pass in react-dom/server's [renderToStaticMarkup](https://reactjs.org/docs/react-dom-server.html), and `false` if using React Native. |
931
-
| renderInnerHtml | boolean | false | Controls whether HTML in your translations will be rendered or returned as a plain string. |
932
-
| onMissingTranslation | function | returns default missing message | See [Handle missing translations](/#handle-missing-translations) for details. |
933
-
| defaultLanguage | string | languages[0]| The language code for the language you'd like to set as the default. |
930
+
| renderToStaticMarkup | function | boolean | If using react in browser pass in react-dom/server's [renderToStaticMarkup](https://reactjs.org/docs/react-dom-server.html), and `false` if using React Native. |
931
+
| renderInnerHtml | boolean | false | Controls whether HTML in your translations will be rendered or returned as a plain string. |
932
+
| onMissingTranslation | function | returns default missing message | See [Handle missing translations](/#handle-missing-translations) for details. |
933
+
| defaultLanguage | string | languages[0]| The language code for the language you'd like to set as the default. |
934
+
| ignoreTranslateChildren | boolean | false | If `true` default translations passed as `children` to `Translate` will be ignored, and not automatically added to your translation data. Note that you can override this behaviour on a per-component instance by passing `options.ignoreTranslateChildren` as a prop to [Translate](/#translate-2).
935
+
|
934
936
935
937
<asideclass="success">
936
938
<ahref="#why-do-i-need-to-pass-rendertostaticmarkup-to-initialize">Why do I need to pass <code>renderToStaticMarkup</code> to initialize?</a>
0 commit comments