mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), even in the plural block. Thanks for the initial patch, Claude Paroz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Binary file not shown.
@@ -40,3 +40,15 @@ msgid "%d result"
|
||||
msgid_plural "%d results"
|
||||
msgstr[0] "%d Resultat"
|
||||
msgstr[1] "%d Resultate"
|
||||
|
||||
#: models.py:13
|
||||
#, python-format
|
||||
msgid "The result was %(percent)s%%"
|
||||
msgstr "Das Ergebnis war %(percent)s%%"
|
||||
|
||||
#: models.py:13
|
||||
#, python-format
|
||||
msgid "%(percent)s%% represents %(num)s object"
|
||||
msgid_plural "%(percent)s%% represents %(num)s objects"
|
||||
msgstr[0] "%(percent)s%% stellt %(num)s Objekt dar"
|
||||
msgstr[1] "%(percent)s%% stellt %(num)s Objekte dar"
|
||||
|
||||
Reference in New Issue
Block a user