Skip to content

Commit 2ea98d1

Browse files
publish: Merge pull request #1 from thchia/initialize-ignore-translate
generated from commit 220d338
1 parent bb1cb2c commit 2ea98d1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,18 @@ <h4 id='options'>Options:</h4>
13091309
<td>languages[0]</td>
13101310
<td>The language code for the language you&#39;d like to set as the default.</td>
13111311
</tr>
1312+
<tr>
1313+
<td>ignoreTranslateChildren</td>
1314+
<td>boolean</td>
1315+
<td>false</td>
1316+
<td>If <code>true</code> default translations passed as <code>children</code> to <code>Translate</code> 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 <code>options.ignoreTranslateChildren</code> as a prop to <a href="/#translate-2">Translate</a>.</td>
1317+
</tr>
1318+
<tr>
1319+
<td></td>
1320+
<td></td>
1321+
<td></td>
1322+
<td></td>
1323+
</tr>
13121324
</tbody></table>
13131325

13141326
<aside class="success">

0 commit comments

Comments
 (0)