Decouple feature copy from locale parity (#8512)

* Decouple feature copy from locale parity

* Fix undeclared dynamic localization key check

* Fix localization code owner
This commit is contained in:
Brennan Benson
2026-07-29 17:44:41 -07:00
committed by GitHub
parent 32926bc831
commit 5e00a30e4e
19 changed files with 819 additions and 150 deletions
+5
View File
@@ -62,6 +62,11 @@ jobs:
- name: Verify localization catalog
run: pnpm run verify:localization-catalog
# Why: extraction writes sorted evidence to an isolated temporary path,
# so feature PRs need one normalized AST pass rather than a three-OS matrix.
- name: Verify localization extraction
run: pnpm run verify:localization-extraction
- name: Verify localization coverage
run: pnpm run verify:localization-coverage