feat(docs): add Thai translation support

This commit is contained in:
Peter Steinberger
2026-04-23 06:22:35 +01:00
parent ebf351b138
commit 6b126cd0de
4 changed files with 89 additions and 1 deletions

View File

@@ -101,6 +101,13 @@ const GENERATED_LOCALES = [
tmFile: "pl.tm.jsonl",
navMode: "clone-en",
},
{
language: "th",
dir: "th",
navFile: "th-navigation.json",
tmFile: "th.tm.jsonl",
navMode: "clone-en",
},
];
function parseArgs(argv) {