← スキル一覧に戻る

translation-manager
by tsiresymila1
⭐ 5🍴 2📅 2026年1月16日
SKILL.md
name: Translation Manager description: Safely adds new translation keys to both English and French localization files.
Translation Manager
Use this skill when the user asks to "add a translation" or "add text".
Process
-
Read Files: Read content of:
assets/translations/en.jsonassets/translations/fr.json
-
Generate Keys:
- If the user provides a key (e.g.,
download_error), use it. - If not, convert the English text to
snake_case(e.g., "Download Error" ->download_error).
- If the user provides a key (e.g.,
-
Insert Content:
- Add the new key-value pair to
en.json. - Add the corresponding French translation to
fr.json. If you don't know the French translation, use a placeholder or ask the user, but typically you should attempt a best-effort translation.
- Add the new key-value pair to
-
Formatting:
- Ensure valid JSON syntax (commas, quotes).
- Maintain consistent indentation (2 spaces).
-
Usage:
- Remind the user to use the key in Dart code as
"key_name".tr().
- Remind the user to use the key in Dart code as
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です