管理翻译
SkillDev toolsGuides your agent in managing multilingual translations in Project Graph projects, adding or updating translations.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the 管理翻译 skill
About this capability
Instructions for managing multilingual translations in the Project Graph project. Use this skill when adding new translations, updating existing ones, or learning about the translation system structure.
What this skill tells your AI
The instructions your AI receives, as published by graphif/project-graph in .trae/skills/manage-translations/SKILL.md and read by ahel’s review.
本技能指导如何在 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/*.yml
Signals
- GitHub stars
- 4k
- Forks
- 283
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
manage-translations- Source
- github.com/graphif/project-graph