Make nplurals=2 in Turkish translation since there are plurals translations
authorDana Jansens <danakj@orodu.net>
Sun, 11 Aug 2013 04:19:50 +0000 (00:19 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 11 Aug 2013 04:21:10 +0000 (00:21 -0400)
The plural should be a c expression that says if n is plural or not.

po/tr.po

index 99f35e6..b9bcf86 100644 (file)
--- 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