mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
This commit is contained in:
committed by
Tim Graham
parent
1e629928e9
commit
b24af2f405
Binary file not shown.
@@ -22,3 +22,16 @@ msgstr "перевод"
|
||||
|
||||
msgid "Choose a time"
|
||||
msgstr "Выберите время"
|
||||
|
||||
|
||||
msgid "{count} plural2"
|
||||
msgid_plural "{count} plural2s"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
msgid "{count} plural3"
|
||||
msgid_plural "{count} plural3s"
|
||||
msgstr[0] "{count} plural3 p3"
|
||||
msgstr[1] "{count} plural3 p3s"
|
||||
msgstr[2] "{count} plural3 p3t"
|
||||
|
||||
Reference in New Issue
Block a user