Skip to content

Commit e031385

Browse files
committed
add localization
1 parent 137cb44 commit e031385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Partition your navigation into different languages. Languages are selectable fro
405405

406406
In the `navigation` object, `languages` is an array where each entry is an object that requires a `language` field and can contain any other navigation fields.
407407

408-
We currently support the following languages:
408+
We currently support the following languages for localization:
409409

410410
<CardGroup cols={2}>
411411
<Card title="Arabic (ar)" icon={<img src="https://mintlify.s3.us-west-1.amazonaws.com/mintlify/images/navigation/languages/ar.png" className="w-6 h-6 my-0" />} horizontal />

settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ See [Themes](themes) for more information.
303303

304304
<Expandable title="Global">
305305
<ResponseField name="languages" type="array of object">
306-
Language switcher configuration for multi-language sites.
306+
Language switcher configuration for localized sites.
307307

308308
<Expandable title="Languages">
309309
<ResponseField name="language" type="&quot;en&quot; | &quot;cn&quot; | &quot;zh&quot; | &quot;zh-Hans&quot; | &quot;zh-Hant&quot; | &quot;es&quot; | &quot;fr&quot; | &quot;ja&quot; | &quot;jp&quot; | &quot;pt&quot; | &quot;pt-BR&quot; | &quot;de&quot; | &quot;ko&quot; | &quot;it&quot; | &quot;ru&quot; | &quot;id&quot; | &quot;ar&quot; | &quot;tr&quot;" required>

0 commit comments

Comments
 (0)