/pidgin/main: b76c2c21a76c: Fix plural-forms for our Croatian tr...
Mark Doliner
mark at kingant.net
Mon Feb 11 03:41:54 EST 2013
Changeset: b76c2c21a76c70e8260c6a3605a7d9c024fe3899
Author: Mark Doliner <mark at kingant.net>
Date: 2013-02-11 00:41 -0800
Branch: release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/b76c2c21a76c
Description:
Fix plural-forms for our Croatian translation.
Fixes #15221.
I also removed the #, fuzzy comment from the header, since it doesn't
seem like we need it and msgfmt complains about it. This file is
grossly out of date.
diffstat:
po/hr.po | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (27 lines):
diff --git a/po/hr.po b/po/hr.po
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,10 +3,9 @@
# This file is distributed under the same license as the PACKAGE package.
# Sabina DrempetiÄ <bina91991 at googlemail.com>, 2011.
#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+msgid ""
+msgstr ""
+"Project-Id-Version: Pidgin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-12 02:49-0700\n"
"PO-Revision-Date: 2011-03-27 15:42+0100\n"
@@ -16,7 +15,8 @@ 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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. Translators may want to transliterate the name.
#. It is not to be translated.
More information about the Commits
mailing list