From 4f6f3dada10b4a356a6f024d77030dd382e04f8c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:05:52 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- web/i18n-config/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/i18n-config/README.md b/web/i18n-config/README.md index 41fbcb0572..c90904459c 100644 --- a/web/i18n-config/README.md +++ b/web/i18n-config/README.md @@ -166,14 +166,14 @@ We have a list of languages that we support in the `languages.ts` file. But some Translation is handled automatically by Claude Code GitHub Actions. When changes are pushed to `web/i18n/en-US/*.json` on the main branch: 1. Claude Code analyzes the git diff to detect changes -2. Identifies three types of changes: +1. Identifies three types of changes: - **ADD**: New keys that need translation - **UPDATE**: Modified keys that need re-translation (even if target language has existing translation) - **DELETE**: Removed keys that need to be deleted from other languages -3. Runs `i18n:check` to verify the initial sync status. -4. Translates missing/updated keys while preserving placeholders (`{{var}}`, `${var}`, ``) and removes deleted keys. -5. Runs `lint:fix` to sort JSON keys and `i18n:check` again to ensure everything is synchronized. -6. Creates a PR with the translations. +1. Runs `i18n:check` to verify the initial sync status. +1. Translates missing/updated keys while preserving placeholders (`{{var}}`, `${var}`, ``) and removes deleted keys. +1. Runs `lint:fix` to sort JSON keys and `i18n:check` again to ensure everything is synchronized. +1. Creates a PR with the translations. ### Manual Trigger