Fix issue with new style plural defition expression. Switch to old style.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-04-26 00:53:16 -04:00
parent 6c4af20356
commit 22cc5334c5
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:33 forms.py:30 links.py:21 menus.py:8 models.py:34 permissions.py:7
#: views.py:153