Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix wrong translation string #1055

Merged
merged 1 commit into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. Fix wrong translation string

    same as in sehmaschine#1049,
    
    while Django's own templates use this new apostrophe character:
    https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/delete_selected_confirmation.html#L42
    
    their actual translation characters are a mess with a mix and match
    between apostrophes and languages. The `en` language file however
    matches the templates:
    https://github.com/django/django/blob/main/django/contrib/admin/locale/en/LC_MESSAGES/django.po#L609
    atodorov committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9ac343c View commit details
    Browse the repository at this point in the history