docs(readme): add Trae support sections to translated READMEs (#319)#395
Open
tirth8205 wants to merge 1 commit into
Open
docs(readme): add Trae support sections to translated READMEs (#319)#395tirth8205 wants to merge 1 commit into
tirth8205 wants to merge 1 commit into
Conversation
…-AI#319) The main README.md was updated to include Trae (ByteDance AI IDE) platform support in commit b4b599e (PR Egonex-AI#229), but the seven translated READMEs were not updated. This adds the equivalent Trae badge, install-section heading entry, supported `<platform>` value, and compatibility-table row to each translated README in its language. Closes Egonex-AI#319 Co-Authored-By: Claude Opus 4.7 (1M context) <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
README.mdwas updated to include Trae (ByteDance AI IDE) platform support in PR #229 / commit b4b599e, but the seven translated READMEs inREADMEs/were never updated to match.traeappended to the supported<platform>values bullet.READMEs/README.zh-CN.md— Simplified Chinese (支持)READMEs/README.zh-TW.md— Traditional Chinese (支援)READMEs/README.ja-JP.md— Japanese (サポート)READMEs/README.ko-KR.md— Korean (지원)READMEs/README.es-ES.md— Spanish (Soportado)READMEs/README.tr-TR.md— Turkish (Destekleniyor)READMEs/README.ru-RU.md— Russian (Поддерживается)README.mdis not changed. No unrelated translation content is touched.Notes on translation
The four touch-points are mechanical: the badge / one-line heading / supported-values bullet only need the literal token
Trae(ortrae) appended, so they're identical across languages. The compatibility-table row reuses each file's pre-existing localized word for "Supported" verbatim (copied from the adjacent OpenCode / KIMI CLI rows in the same file) — so there is no free translation involved and nothing for a bilingual reviewer to refine.Closes #319
Test plan
grep "install.sh trae"returns a row in all 7 translated READMEs.grep "Trae-7e22ce"(the badge color used in the main README) returns the badge in all 7 translated READMEs./ Trae(or/ Trae)for CJK files using full-width parens).<platform>values bullet in each translated README ends withtrae(with locale-appropriate separator:、for zh/ja,,for ko/es/tr/ru).git diff --statshows only the 7 translated READMEs changed, each with+4 / -2lines, totalling+28 / -14.README.mdand all other files are untouched.