From b743bc8fff27bfff1907c140258b1abdab7fb39b Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 17 Aug 2026 02:29:34 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20fix:=20Keep=20English=20Source?= =?UTF-8?q?=20Repository-Owned=20(#14920)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/locize-i18n-sync.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/locize-i18n-sync.yml b/.github/workflows/locize-i18n-sync.yml index bb0ced7345..9798de22cb 100644 --- a/.github/workflows/locize-i18n-sync.yml +++ b/.github/workflows/locize-i18n-sync.yml @@ -84,6 +84,9 @@ jobs: --base-dir "$RUNNER_TEMP/locize-locale-baseline" \ --current-dir client/src/locales + - name: Restore Repository English Source + run: cp "$RUNNER_TEMP/locize-locale-baseline/en/translation.json" client/src/locales/en/translation.json + - name: Validate Downloaded Translations run: | node scripts/validate-locize-download.mjs \