返回 Skill 列表
extension
分类: 开发与工程无需 API Key

resume-i18n-translate

提取i18n键并使用现有的基于OpenRouter的脚本翻译简历应用程序的语言环境。在更新翻译键、添加语言或为dev/apps/resume及其i18next语言文件重新运行翻译时使用。

person作者: jakexiaohubgithub

Resume I18n Translate

Overview

Extract i18next keys and regenerate locale files for the resume app using the repository translation prompt and scripts.

Workflow

  1. Review the translation prompt and locale layout in dev/apps/resume/scripts/translation/prompt.md and dev/apps/resume/src/i18n/locales.
  2. Extract keys: cd dev/apps/resume && pnpm i18n:extract.
  3. Translate: OPENROUTER_API_KEY=... pnpm i18n:translate.
  4. Inspect updated locale files for accuracy and avoid introducing new facts beyond the source content.