Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: "New updates and improvements"
mode: "wide"
---

<Update label="November 2024">
## Localization
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.
</Update>

<Update label="October 2024">

## Changelogs
Expand Down
9 changes: 9 additions & 0 deletions settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,15 @@ Example:
Array of version names. Only use this if you want to show different versions
of docs with a dropdown in the navigation bar.

Versions can be leveraged for localization. You can store translated content
under a version, and once you specify the `locale` any fixed text in Mintlify,
such as 'Was this page helpful?', will automatically be translated based on the
locale. We currently support localization in English, Chinese, Spanish, French,
Japanese, and Portuguese.

For more information, please refer to our
[versioning documentation](/settings/versioning).

Example:
<CodeGroup>

Expand Down