mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:01:01 +00:00
feat(i18n): align docs and ui locales
This commit is contained in:
@@ -32,6 +32,13 @@ const GENERATED_LOCALES = [
|
||||
tmFile: "zh-CN.tm.jsonl",
|
||||
navMode: "overlay",
|
||||
},
|
||||
{
|
||||
language: "zh-Hant",
|
||||
dir: "zh-TW",
|
||||
navFile: "zh-Hant-navigation.json",
|
||||
tmFile: "zh-TW.tm.jsonl",
|
||||
navMode: "clone-en",
|
||||
},
|
||||
{
|
||||
language: "ja",
|
||||
dir: "ja-JP",
|
||||
@@ -88,6 +95,27 @@ const GENERATED_LOCALES = [
|
||||
tmFile: "it.tm.jsonl",
|
||||
navMode: "clone-en",
|
||||
},
|
||||
{
|
||||
language: "vi",
|
||||
dir: "vi",
|
||||
navFile: "vi-navigation.json",
|
||||
tmFile: "vi.tm.jsonl",
|
||||
navMode: "clone-en",
|
||||
},
|
||||
{
|
||||
language: "nl",
|
||||
dir: "nl",
|
||||
navFile: "nl-navigation.json",
|
||||
tmFile: "nl.tm.jsonl",
|
||||
navMode: "clone-en",
|
||||
},
|
||||
{
|
||||
language: "fa",
|
||||
dir: "fa",
|
||||
navFile: "fa-navigation.json",
|
||||
tmFile: "fa.tm.jsonl",
|
||||
navMode: "clone-en",
|
||||
},
|
||||
{
|
||||
language: "tr",
|
||||
dir: "tr",
|
||||
@@ -122,7 +150,6 @@ const GENERATED_LOCALES = [
|
||||
navFile: "th-navigation.json",
|
||||
tmFile: "th.tm.jsonl",
|
||||
navMode: "clone-en",
|
||||
navigation: false,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user