Feature: multilingual docs (en/ja/zh) and CI improvements - #14
Merged
Merged
Conversation
## CI - Rename `install` job → `install-legacy` in linux.yml and macos.yml - Add `install-bootstrap` job running `bash bootstrap.sh --non-interactive` - Each OS workflow now has 3 jobs: install-legacy, install-bootstrap, test ## Documentation: multilingual restructure - Add Doc/en/, Doc/ja/, Doc/zh/ language directories (8 files each) - Move existing Japanese docs from Doc/ root → Doc/ja/ - Write English translations in Doc/en/ (Tmux, zsh, tools, secrets, emacs, htop, neofetch, yazi) - Write Simplified Chinese translations in Doc/zh/ ## README: multilingual - Rewrite README.md in English (new default) - Add README.ja.md (Japanese, previously the only README) - Add README.zh.md (Simplified Chinese) - Language switcher at top of each README ## CLAUDE.md - Update Doc directory structure diagram to show en/ja/zh layout - Update "Adding a New Tool" step to reference all three language doc paths Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
install-legacy+install-bootstrapの2ジョブ構成に変更(Linux/macOS 各3ジョブ)README.md)、日本語 (README.ja.md)、中国語 (README.zh.md) に多言語化Doc/en//Doc/ja//Doc/zh/の3言語構成(各8ファイル)Changes
CI (linux.yml, macos.yml)
install→install-legacyにリネームinstall-bootstrapジョブ追加(bash bootstrap.sh --non-interactive)README
README.mdを英語に書き換え(デフォルト)README.ja.md追加(日本語、旧 README.md の内容)README.zh.md追加(簡体字中国語)Doc
Doc/ルートからDoc/ja/へ移動Doc/en/に英語ドキュメントを新規作成(8ファイル)Doc/zh/に中国語ドキュメントを新規作成(8ファイル)CLAUDE.md
Test plan
Doc/en/,Doc/ja/,Doc/zh/内のリンクが全て有効であること🤖 Generated with Claude Code