Update from code changes: document zh-CN, zh-TW, ja-JP locale codes#6423
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents three newly supported BCP 47 locale codes —
zh-CN,zh-TW, andja-JP— as valid values fornavigation.languages[].languageindocs.json.Changes
zh-CN,zh-TW, andja-JPto the supported language codes list in the internationalization guide (English +fr,es,zhtranslations).languageenum inorganize/settings-referenceandorganize/settings-structureacross all translations.Context
Upstream PR: https://github.com/mintlify/mint/pull/8928
Note
Low Risk
Documentation-only changes to language code lists and enums; no application or schema runtime behavior is modified in this repo.
Overview
Documents BCP 47 locale aliases
zh-CN,zh-TW, andja-JPas validnavigation.languages[].languagevalues, aligned with upstream Mint support.The internationalization guide (English, Spanish, French, Chinese) now lists
zh-CNalongside simplified Chinese codes,zh-TWalongside traditional Chinese, andja-JPalongside Japanese.organize/settings-referenceandorganize/settings-structureupdate the supported-code lists and thelanguageunion types onnavigation.global.languagesandnavigation.languagesin the same locales.Reviewed by Cursor Bugbot for commit 65dc562. Bugbot is set up for automated code reviews on this repo. Configure here.