mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
936700ad9f
The parser was accidentally reading the `target` tag below the `alt-trans` target and overriding the correct `target` tag. (This already worked in `$localize` but a test has been added to confirm.) Fixes #33161 PR Close #33450