From 22cc5334c50c6e04dc6894af271529ec7fdf1424 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 26 Apr 2017 00:53:16 -0400 Subject: [PATCH] Fix issue with new style plural defition expression. Switch to old style. Signed-off-by: Roberto Rosario --- .../cabinets/locale/en/LC_MESSAGES/django.mo | Bin 429 -> 421 bytes .../cabinets/locale/en/LC_MESSAGES/django.po | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.mo b/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.mo index 2003843bf5bfde5dc01b6228ef37f47f8bc758d2..577fdf1ed48d9295acd3208c3610faec2e93adf0 100644 GIT binary patch delta 34 pcmZ3>yp(x@3S;(0)oeylBWs0%oYJDi99xY%1w~s0LrrTg1^}@X2>k#6 delta 42 xcmZ3=yq0-_3S;p`)oeytPrndXch?|mg@T;YqQo3q*NA{1*Wh4Je?Mz31^^cs3~K-Y diff --git a/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.po b/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.po index c17169b1f3..d96f0d6fa2 100644 --- a/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/cabinets/locale/en/LC_MESSAGES/django.po @@ -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