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

Update translate tag #543

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

Update translate tag #543

wants to merge 2 commits into from

Commits on Sep 9, 2024

  1. Update translate tag.

    Going forward, the translate tag is the recommended version so we update
    things for clarity.
    
    https://docs.djangoproject.com/en/3.2/topics/i18n/translation/#std:templatetag-translate
    
    > The trans tag was renamed to translate. The trans tag is still supported as an alias for backwards compatibility.
    kfdm committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8c4d552 View commit details
    Browse the repository at this point in the history
  2. Add translate tag update to git blame.

    While it's a code change in a sense, the change is changing an alias.
    Adding it to the blame ignore will make it easier to view actual changes
    in the diff views.
    kfdm committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    81aa89a View commit details
    Browse the repository at this point in the history