Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added localization docs and added localization to changelog #333

Merged
merged 5 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all 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