mirror of
https://github.com/django/django.git
synced 2025-02-08 00:16:31 +00:00
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.