Skip to content

Commit b166274

Browse files
added localization docs and added localization to changelog
1 parent 82506a6 commit b166274

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog/overview.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: "New updates and improvements"
44
mode: "wide"
55
---
66

7+
<Update label="November 2024">
8+
## Localization
9+
You can now localize your docs, which operates similar to versioning. Store translated content under different 'locales,' and fixed content in Mintlify (like "Was this page helpful?") will also match the locale.
10+
</Update>
11+
712
<Update label="October 2024">
813

914
## Changelogs

settings/global.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,11 @@ Example:
279279

280280
<ResponseField name="versions" type="string[]">
281281
Array of version names. Only use this if you want to show different versions
282-
of docs with a dropdown in the navigation bar.
282+
of docs with a dropdown in the navigation bar.
283+
284+
Localization works in a similar way as versions. You can store translated content under a 'locale'. Any fixed text in Mintlify, such as 'Was this page helpful?', will automatically be translated based on the selected locale. We currently support localization in English, Chinese, Spanish, French, Japanese, and Portuguese.
285+
286+
Check out our [versioning docs](/settings/versioning) for more info.
283287

284288
Example:
285289
<CodeGroup>

0 commit comments

Comments
 (0)