1
0
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:
Waldemar Kornewald
2016-12-09 15:07:25 +01:00
committed by Tim Graham
parent 1e629928e9
commit b24af2f405
8 changed files with 69 additions and 2 deletions

View File

@@ -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"