Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(compiler): i18n - ignore alt-trans tags in XLIFF 1.2 #33450

Closed

Commits on Oct 29, 2019

  1. fix(compiler): i18n - ignore alt-trans tags in XLIFF 1.2

    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 angular#33161
    petebacondarwin committed Oct 29, 2019
    Copy the full SHA
    6f0d461 View commit details
    Browse the repository at this point in the history