指导如何在 Project Graph 项目中管理多语言翻译。当需要添加新翻译、更新现有翻译或了解翻译系统结构时使用此技能。
63
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.trae/skills/manage-translations/SKILL.md本技能指导如何在 Project Graph 项目中管理多语言翻译。
所有翻译文件位于 app/src/locales/ 目录下:
app/src/locales/
├── en.yml # 英文
├── id.yml # 印度尼西亚语
├── zh_CN.yml # 简体中文
├── zh_TW.yml # 繁体中文
├── zh_TWC.yml # 接地气繁体中文
├── ... # 其他语言翻译文件
└── README.md # 翻译系统说明在添加或修改翻译前,先查看 app/src/locales/ 目录下有哪些 .yml 文件:
ls app/src/locales/*.ymlcea8af2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.