mirror of
https://github.com/django/django.git
synced 2025-09-28 13:04:54 +00:00
Fixed a syntax error in the Plural-Forms header. This prevents Django from crashing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0f03d9b6cb
commit
ced90f4b81
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -14,7 +14,7 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"Plural-Forms: nplurals=2; nplurals=n>1;"
|
||||
"Plural-Forms: nplurals=2; plural=n>1;"
|
||||
|
||||
#: contrib/comments/models.py:67 contrib/comments/models.py:166
|
||||
msgid "object ID"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue