mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
feat: initialize monorepo with package.json for CCW workflow platform
This commit is contained in:
31
ccw/docs-site/.docusaurus/i18n.json
Normal file
31
ccw/docs-site/.docusaurus/i18n.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"defaultLocale": "en",
|
||||
"locales": [
|
||||
"en",
|
||||
"zh"
|
||||
],
|
||||
"path": "i18n",
|
||||
"currentLocale": "en",
|
||||
"localeConfigs": {
|
||||
"en": {
|
||||
"label": "English",
|
||||
"direction": "ltr",
|
||||
"htmlLang": "en",
|
||||
"calendar": "gregory",
|
||||
"path": "en",
|
||||
"translate": false,
|
||||
"url": "https://ccw.dev",
|
||||
"baseUrl": "/docs/"
|
||||
},
|
||||
"zh": {
|
||||
"label": "中文",
|
||||
"direction": "ltr",
|
||||
"htmlLang": "zh",
|
||||
"calendar": "gregory",
|
||||
"path": "zh",
|
||||
"translate": true,
|
||||
"url": "https://ccw.dev",
|
||||
"baseUrl": "/docs/zh/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user