Commit 5347bbd5 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Fixed plural forms formula for the Croatian (hr) localization by manually...

Fixed plural forms formula for the Croatian (hr) localization by manually overriding the header of affected .po files and re-generating .mo files, this seems to be a quirck in Transifex export to PO functionality. Thanks bmihelac fot the report. Refs #15634.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 413ceb57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%\" "
"\"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n% "
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"

#: conf/global_settings.py:44
msgid "Arabic"
+3 −3
Original line number Diff line number Diff line
@@ -5,15 +5,15 @@ msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-15 13:12-0400\n"
"PO-Revision-Date: 2011-03-13 21:15+0000\n"
"PO-Revision-Date: 2011-03-17 18:17-0300\n"
"Last-Translator: aljosa <aljosa.mohorovic@gmail.com>\n"
"Language-Team: Croatian <>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%\" "
"\"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n% "
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"

#: actions.py:49
#, python-format
Loading