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 node.lastKey never being set #1427

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2023

  1. Fix node.lastKey never being set

    In cases where the key and translated value are the same or translated value isn't available the node.lastKey is never set.
    
    This causes issue ngx-translate#1416 where the value for the node constantly set to the same string.
    chrisczach committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c09dcfb View commit details
    Browse the repository at this point in the history
  2. Update translate.directive.ts

    fix typo
    chrisczach committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f7a4f3c View commit details
    Browse the repository at this point in the history