-
Notifications
You must be signed in to change notification settings - Fork 7
feat: implement multi-language support system #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
f019c99
to
10e3e69
Compare
- Add language switching script (scripts/set-language.js) - Create language-specific directory structure (-ja, -en) - Move existing files to Japanese-specific directories - Add npm scripts for language management (lang:ja, lang:en, lang:status) - Fix path references: docs/sub-agents-guide.md → docs/guides/sub-agents.md - Fix path references: docs/architecture/ → docs/rules/architecture/ - Update .gitignore for dynamic file handling - Create Japanese version of README Note: Dynamic files will be generated by npm scripts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
10e3e69
to
eebf54e
Compare
- Add dynamic files to gitignore for proper tracking exclusion - Remove dynamic files from git tracking to prevent conflicts - Implement temporary file handling for clean deletion process - Establish proper dynamic file management workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Add comprehensive English translations for the entire project structure: **Commands (.claude/commands-en/)**: - build.md, design.md, implement.md, onboard.md, plan.md **Agents (.claude/agents-en/)**: - document-fixer.md, document-reviewer.md, prd-creator.md - quality-fixer.md, requirement-analyzer.md, task-decomposer.md - task-executor.md, technical-designer.md, work-planner.md **Documentation (docs/)**: - Complete rule files translation (docs/rules-en/) - Architecture patterns (vertical-slice, hybrid-progressive) - Development guides (docs/guides/en/) **Project Files**: - CLAUDE.en.md: English project rules - README updates: Multi-language file structure - .gitignore: Updated exclusion patterns This establishes full multi-language support infrastructure enabling international collaboration and broader project accessibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Replace single template.md with language-specific templates (template-ja.md, template-en.md) - Update all agent references to use appropriate language templates - Update rule file references to match language-specific templates - Remove redundant README.md files from docs directories (adr/design/prd) - Consolidate documentation information into rule files to avoid duplication This change enables dynamic template selection based on language settings, improving the multilingual support system. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Add canonical phrases documentation for consistent translations - Update all documentation files to use dynamic file references - Implement language-specific template system with ${LANG} variables - Ensure proper multilingual support across all rule files and agents 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
eebf54e
to
0fe5e99
Compare
- Update package.json version from 1.2.4 to 1.3.0 - Add release notes documenting the comprehensive multi-language support implementation - This release introduces full Japanese/English language switching capability 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Added template-ja.md (Japanese template) - Added template-en.md (English template) - Updated .gitignore pattern from template.md to template-*.md - Templates are explicitly excluded from gitignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
99b25e9
to
8a203f8
Compare
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.
🤖 Generated with Claude Code