Author: noyga
Date: Sat May 31 15:47:37 2008
New Revision: 26947

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26947&view=rev
Log:
Better default for the arabic plural form (according to 
http://translate.sourceforge.net/wiki/l10n/pluralforms)

Modified:
    trunk/po/wesnoth/ar.po

Modified: trunk/po/wesnoth/ar.po
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/po/wesnoth/ar.po?rev=26947&r1=26946&r2=26947&view=diff
==============================================================================
--- trunk/po/wesnoth/ar.po (original)
+++ trunk/po/wesnoth/ar.po Sat May 31 15:47:37 2008
@@ -16,7 +16,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "#-#-#-#-#  wesnoth.cpp1.po (PACKAGE VERSION)  #-#-#-#-#\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=6; plural= n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 "#-#-#-#-#  wesnoth.wml.po (PACKAGE VERSION)  #-#-#-#-#\n"
 
 #. [advanced_preference]: type=boolean


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to