Summary
Add Vietnamese language support to EasyClaw.
Suggested Scope
- Create
src/renderer/src/i18n/locales/vi.json based on existing locale files
- Create
README.vi.md based on README.md
- Update language selector links in all README files
- Register the new locale in the i18next configuration
Why This Is a Good First Issue
- Translation work doesn't require deep codebase knowledge
- Existing locale files serve as a clear template
- Great way to contribute to an open source project