Add the English translation to the appropriate file (`en.ts`) within the core or plugin translation directory.
Add client key to `clientKeys.ts` if needed for client-side usage (core translations only).
Change directory to `tools/scripts`.
Run the appropriate translation generation script (`pnpm generateTranslations:core` or `pnpm generateTranslations:plugin-{name}`).
Verify the generated translations in other language files.