docs: clarify i18n locale visibility

This commit is contained in:
Vincent Koc
2026-04-29 17:00:17 -07:00
parent 172bc9d043
commit e5c608f804
3 changed files with 15 additions and 3 deletions

View File

@@ -116,7 +116,8 @@ const GENERATED_LOCALES = [
tmFile: "fa.tm.jsonl",
navMode: "clone-en",
// Mintlify does not currently accept `fa` in navigation.languages.
// Preserve generated files/translation memory, but do not publish a nav entry.
// Keep generated docs and translation memory so the locale stays available
// once the docs host accepts it.
navigation: false,
},
{
@@ -154,7 +155,8 @@ const GENERATED_LOCALES = [
tmFile: "th.tm.jsonl",
navMode: "clone-en",
// Mintlify does not currently accept `th` in navigation.languages.
// Preserve generated files/translation memory, but do not publish a nav entry.
// Keep generated docs and translation memory so the locale stays available
// once the docs host accepts it.
navigation: false,
},
];