Skip to content

Commit e310c56

Browse files
added localization docs and added localization to changelog (#333)
* added localization docs and added localization to changelog * edit wording * Update changelog * edit changelog * edit changelog --------- Co-authored-by: Hahnbee Lee <[email protected]>
1 parent 82506a6 commit e310c56

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
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 similarly to versioning. Add a `locale` to a version 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,15 @@ Example:
281281
Array of version names. Only use this if you want to show different versions
282282
of docs with a dropdown in the navigation bar.
283283

284+
Versions can be leveraged for localization. You can store translated content
285+
under a version, and once you specify the `locale` any fixed text in Mintlify,
286+
such as 'Was this page helpful?', will automatically be translated based on the
287+
locale. We currently support localization in English, Chinese, Spanish, French,
288+
Japanese, and Portuguese.
289+
290+
For more information, please refer to our
291+
[versioning documentation](/settings/versioning).
292+
284293
Example:
285294
<CodeGroup>
286295

0 commit comments

Comments
 (0)