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(localize): render context of translation file parse errors #38673

Commits on Sep 2, 2020

  1. fix(localize): render context of translation file parse errors

    Previously the position of the error in a translation file when parsing
    it was not displayed. Just the error message.
    
    Now the position (line and column) and some context is displayed
    along with the error messages.
    
    Fixes angular#38377
    petebacondarwin committed Sep 2, 2020
    Copy the full SHA
    cb87459 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9e3d0f8 View commit details
    Browse the repository at this point in the history