📚 fix: Keep English Source Repository-Owned (#14920)

This commit is contained in:
Danny Avila 2026-08-17 02:29:34 -04:00 committed by GitHub
parent 4289cfb329
commit b743bc8fff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \