Resume I18n Translate
Overview
Extract i18next keys and regenerate locale files for the resume app using the repository translation prompt and scripts.
Workflow
- •Review the translation prompt and locale layout in
dev/apps/resume/scripts/translation/prompt.mdanddev/apps/resume/src/i18n/locales. - •Extract keys:
cd dev/apps/resume && pnpm i18n:extract. - •Translate:
OPENROUTER_API_KEY=... pnpm i18n:translate. - •Inspect updated locale files for accuracy and avoid introducing new facts beyond the source content.