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(ivy): don't project removed placeholders with runtime i18n #30783

Commits on Jun 5, 2019

  1. fix(ivy): don't project removed placeholders with runtime i18n

    When translated content was projected, all of the content was reappended, even the placeholders that had been removed in the translation.
    To avoid that we added a new flag on `TNode` that specifies that a node is detached, in which case it should be ignored by the projection.
    
    FW-1319 #resolve
    ocombe committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f121351 View commit details
    Browse the repository at this point in the history