From: Dana Jansens Date: Sun, 11 Aug 2013 04:19:50 +0000 (-0400) Subject: Make nplurals=2 in Turkish translation since there are plurals translations X-Git-Tag: release-3.5.1~15 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=677fb4264412007f6d830e5899c9b1fa41b4c95b Make nplurals=2 in Turkish translation since there are plurals translations The plural should be a c expression that says if n is plural or not. --- diff --git a/po/tr.po b/po/tr.po index 99f35e6..b9bcf86 100644 --- a/po/tr.po +++ b/po/tr.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n" #: openbox/actions.c:149 #, c-format