| 1 |
<?php |
<?php |
| 2 |
// $Id: l10n_community.module,v 1.1.2.23.2.57 2009/10/07 18:21:36 goba Exp $ |
// $Id: l10n_community.module,v 1.1.2.23.2.58 2009/10/22 14:34:22 goba Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 828 |
// Wordforge has different rules!? |
// Wordforge has different rules!? |
| 829 |
'pt-br' => $default, |
'pt-br' => $default, |
| 830 |
'pt-pt' => $default, |
'pt-pt' => $default, |
| 831 |
// Wordforge has completely different rules with nplurals=3!? |
'ro' => 'nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;', |
|
'ro' => $default, |
|
| 832 |
'ru' => 'nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);', |
'ru' => 'nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);', |
| 833 |
// This should not be there in CVS, needs cleanup! |
// This should not be there in CVS, needs cleanup! |
| 834 |
// 'ru-ru' => array(), |
// 'ru-ru' => array(), |