sehmaschine / django-grappelli

A jazzy skin for the Django Admin-Interface (official repository).
http://www.grappelliproject.com
Other
3.77k stars 657 forks source link

Fix wrong translation string #1055

Closed atodorov closed 7 months ago

atodorov commented 7 months ago

same as in https://github.com/sehmaschine/django-grappelli/pull/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