i18n: add Traditional Chinese (zh-TW) README translation#907
Conversation
- Add docs/i18n/README.zh-tw.md with Taiwan Traditional Chinese translation - Update language links in README.md and all i18n translations - Add 🇹🇼 繁體中文 link after 🇨🇳 中文 in language selector
Greptile OverviewGreptile SummaryThis PR adds comprehensive support for Traditional Chinese (繁體中文) documentation to the claude-mem project. Changes Made:
Translation Quality: The translation is comprehensive, covering all sections including installation, features, architecture, configuration, development, troubleshooting, and licensing information. The structure, formatting, and links are consistent with other language translations in the repository. Consistency: Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Script as translate-readme script
participant AI as Translation AI
participant Repo as Repository
Dev->>Script: npm run translate:tier1
Note over Script: Script includes zh-tw in tier1
Script->>AI: Translate README.md to zh-tw
AI->>Script: Return Traditional Chinese translation
Script->>Repo: Write docs/i18n/README.zh-tw.md
Note over Repo: New file with 311 lines
Dev->>Repo: Update language navigation links
Note over Dev,Repo: Add zh-tw link to 30 README files
Repo->>Repo: Update package.json
Note over Repo: Add zh-tw to translate:tier1 script
Dev->>Repo: Commit and push changes
Note over Repo: All 31 files updated consistently
|
…README translation merged Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub Copilot summary: