Files
DeepSeek-TUI/web/gt.config.json
Hunter Bown fd3d5d8ac9 feat(web): add local GT catalog pipeline for website and docs
Keep the dictionary runtime as the one i18n path and give updated English marketing/docs copy a fail-closed, lockfile-pinned translation lane. Do not wrap the TUI, completions, or /translate.
2026-08-28 17:04:40 -07:00

10 lines
133 B
JSON

{
"defaultLocale": "en",
"locales": ["zh"],
"files": {
"json": {
"include": ["gt-catalog/[locale].json"]
}
}
}