Better default for arabic plural forms...
...(according to http://translate.sourceforge.net/wiki/l10n/pluralforms)
This commit is contained in:
parent
3c12e7502e
commit
3cf2708e4c
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