Skip to content

Commit 2f86bf9

Browse files
ericyangpanclaude
andcommitted
chore(docs): update project documentation and test files
Update CLAUDE.md, README.md, documentation files, scripts README, and alignment tests. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ba593b8 commit 2f86bf9

File tree

6 files changed

+829
-499
lines changed

6 files changed

+829
-499
lines changed

CLAUDE.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
55
## Internationalization (i18n)
66

77
When creating or modifying any page, module, or data:
8-
- **MUST support at least 4 languages:** English, Simplified Chinese (zh-Hans), German (de), and Korean (ko), NEVER hardcode `'en' | 'zh-Hans'`
8+
- **MUST support all configured languages (18 total):**
9+
- English (en)
10+
- German (de)
11+
- Spanish (es)
12+
- French (fr)
13+
- Indonesian (id)
14+
- Japanese (ja)
15+
- Korean (ko)
16+
- Portuguese (pt)
17+
- Russian (ru)
18+
- Turkish (tr)
19+
- Simplified Chinese (zh-Hans)
20+
- Traditional Chinese (zh-Hant)
21+
22+
- **NEVER hardcode** a subset of locales like `'en' | 'zh-Hans'`
923
- **MUST use the localized Link component:** Always import and use `import { Link } from '@/i18n/navigation'` instead of Next.js default Link
1024

1125
### Localization Best Practices

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
> Your AI Coding Ecosystem Hub - Discover, Compare, Build Faster
1616
17-
[Live Site: https://aicodingstack.io](https://aicodingstack.io) | [Contributing](CONTRIBUTING.md) | [Discussions](https://github.com/aicodingstack/aicodingstack.io/discussions)
17+
Live Site: [https://aicodingstack.io](https://aicodingstack.io) | [Contributing](CONTRIBUTING.md) | [Discussions](https://github.com/aicodingstack/aicodingstack.io/discussions)
1818

1919
AI Coding Stack is a comprehensive directory and community-maintained metadata repository for AI-powered coding tools, models, and platforms.
2020

0 commit comments

Comments
 (0)