From 96360d5041066b41861ab88750f9a66c97cd1837 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Wed, 25 Jul 2012 22:59:22 +0200 Subject: Fixed plural format of Ukranian translation msgfmt didn't like it the way it was written down. --- po/uk.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/po/uk.po b/po/uk.po index 304b5ad0..1fd3c04f 100644 --- a/po/uk.po +++ b/po/uk.po @@ -15,8 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 or 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" "X-Launchpad-Export-Date: 2010-03-05 19:28+0000\n" "X-Generator: Launchpad (build Unknown)\n" -- cgit v1.2.3-60-g2f50