fix problem with russian po and plural forms

This commit is contained in:
Nikos Kouremenos 2005-08-01 15:28:14 +00:00
parent a9525b4a61
commit 431f2142fc
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
#: ../src/advanced.py:52
msgid "Preference Name"