Skip to content

Commit dcafca8

Browse files
committed
feat(i18n): add Chinese, Japanese, Korean, Russian translations + language selector
Removes LAUNCH.md from public repo (kept locally as gitignored reference; internal launch playbook with personal posting drafts). Adds condensed README translations covering value prop, comparison table, quick start, and usage: - docs/i18n/README.zh-CN.md Simplified Chinese - docs/i18n/README.ja.md Japanese - docs/i18n/README.ko.md Korean - docs/i18n/README.ru.md Russian Adds language selector banner to top of English README. Each translation has reciprocal selector linking to all five languages. Translations cover the 4 largest non-English Claude Code user bases. PRs welcome for additional languages — see CONTRIBUTING.md.
1 parent 419ca74 commit dcafca8

7 files changed

Lines changed: 365 additions & 465 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ build/
2626
# Claude Code working artifacts (these would be in users' projects, not in this plugin repo)
2727
.codemap/
2828
.serena/
29+
30+
# Internal launch playbook — kept local, not published
31+
LAUNCH.md

0 commit comments

Comments
 (0)