Index: l10n_community/l10n_community.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/l10n_community.module,v retrieving revision 1.1.2.23.2.57 diff -u -p -r1.1.2.23.2.57 l10n_community.module --- l10n_community/l10n_community.module 7 Oct 2009 18:21:36 -0000 1.1.2.23.2.57 +++ l10n_community/l10n_community.module 15 Oct 2009 12:05:51 -0000 @@ -829,7 +829,7 @@ function l10n_community_plural_formulas( 'pt-br' => $default, 'pt-pt' => $default, // Wordforge has completely different rules with nplurals=3!? - 'ro' => $default, + 'ro' => 'nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && 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);', // This should not be there in CVS, needs cleanup! // 'ru-ru' => array(),