Better default for the arabic plural form...
...(according to http://translate.sourceforge.net/wiki/l10n/pluralforms)
This commit is contained in:
parent
10f4842197
commit
5d466a03ae
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ msgstr ""
|
|||
"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
|
||||
|
|
Loading…
Add table
Reference in a new issue