mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
058b38b43e
Avoid partial string construction and make use of ``ngettext`` to show example of how to handle plural variants with translations. Also make use of ``messages.SUCCESS`` to highlight customizing the style of the message - in this case it better fits what the message is conveying.