mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-18 14:53:05 +08:00
fix(installer): harden locale docs install
This commit is contained in:
@@ -531,31 +531,31 @@
|
||||
"family": "locale",
|
||||
"description": "Japanese (ja-JP) translated reference docs installed to ~/.claude/docs/ja-JP/.",
|
||||
"modules": [
|
||||
"docs-ja-JP"
|
||||
"docs-ja-jp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "locale:zh-CN",
|
||||
"id": "locale:zh-cn",
|
||||
"family": "locale",
|
||||
"description": "Simplified Chinese (zh-CN) translated reference docs installed to ~/.claude/docs/zh-CN/.",
|
||||
"modules": [
|
||||
"docs-zh-CN"
|
||||
"docs-zh-cn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "locale:ko-KR",
|
||||
"id": "locale:ko-kr",
|
||||
"family": "locale",
|
||||
"description": "Korean (ko-KR) translated reference docs installed to ~/.claude/docs/ko-KR/.",
|
||||
"modules": [
|
||||
"docs-ko-KR"
|
||||
"docs-ko-kr"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "locale:pt-BR",
|
||||
"id": "locale:pt-br",
|
||||
"family": "locale",
|
||||
"description": "Brazilian Portuguese (pt-BR) translated reference docs installed to ~/.claude/docs/pt-BR/.",
|
||||
"modules": [
|
||||
"docs-pt-BR"
|
||||
"docs-pt-br"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -575,19 +575,19 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "locale:vi-VN",
|
||||
"id": "locale:vi-vn",
|
||||
"family": "locale",
|
||||
"description": "Vietnamese (vi-VN) translated reference docs installed to ~/.claude/docs/vi-VN/.",
|
||||
"modules": [
|
||||
"docs-vi-VN"
|
||||
"docs-vi-vn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "locale:zh-TW",
|
||||
"id": "locale:zh-tw",
|
||||
"family": "locale",
|
||||
"description": "Traditional Chinese (zh-TW) translated reference docs installed to ~/.claude/docs/zh-TW/.",
|
||||
"modules": [
|
||||
"docs-zh-TW"
|
||||
"docs-zh-tw"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -695,7 +695,7 @@
|
||||
"stability": "stable"
|
||||
},
|
||||
{
|
||||
"id": "docs-ja-JP",
|
||||
"id": "docs-ja-jp",
|
||||
"kind": "docs",
|
||||
"description": "Japanese (ja-JP) translated reference docs for agents, commands, skills, and rules.",
|
||||
"paths": [
|
||||
@@ -710,7 +710,7 @@
|
||||
"stability": "stable"
|
||||
},
|
||||
{
|
||||
"id": "docs-zh-CN",
|
||||
"id": "docs-zh-cn",
|
||||
"kind": "docs",
|
||||
"description": "Simplified Chinese (zh-CN) translated reference docs for agents, commands, skills, and rules.",
|
||||
"paths": [
|
||||
@@ -725,7 +725,7 @@
|
||||
"stability": "stable"
|
||||
},
|
||||
{
|
||||
"id": "docs-ko-KR",
|
||||
"id": "docs-ko-kr",
|
||||
"kind": "docs",
|
||||
"description": "Korean (ko-KR) translated reference docs for agents, commands, skills, and rules.",
|
||||
"paths": [
|
||||
@@ -740,7 +740,7 @@
|
||||
"stability": "stable"
|
||||
},
|
||||
{
|
||||
"id": "docs-pt-BR",
|
||||
"id": "docs-pt-br",
|
||||
"kind": "docs",
|
||||
"description": "Brazilian Portuguese (pt-BR) translated reference docs for agents, commands, skills, and rules.",
|
||||
"paths": [
|
||||
@@ -785,7 +785,7 @@
|
||||
"stability": "stable"
|
||||
},
|
||||
{
|
||||
"id": "docs-vi-VN",
|
||||
"id": "docs-vi-vn",
|
||||
"kind": "docs",
|
||||
"description": "Vietnamese (vi-VN) translated reference docs for agents, commands, skills, and rules.",
|
||||
"paths": [
|
||||
@@ -800,7 +800,7 @@
|
||||
"stability": "stable"
|
||||
},
|
||||
{
|
||||
"id": "docs-zh-TW",
|
||||
"id": "docs-zh-tw",
|
||||
"kind": "docs",
|
||||
"description": "Traditional Chinese (zh-TW) translated reference docs for agents, commands, skills, and rules.",
|
||||
"paths": [
|
||||
|
||||
Reference in New Issue
Block a user