/[drupal]/contributions/modules/l10n_server/l10n_community/l10n_community.module
ViewVC logotype

Diff of /contributions/modules/l10n_server/l10n_community/l10n_community.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.23.2.58, Thu Oct 22 14:34:22 2009 UTC revision 1.1.2.23.2.59, Fri Nov 6 15:38:16 2009 UTC
# Line 1  Line 1 
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
# Line 828  function l10n_community_plural_formulas( Line 828  function l10n_community_plural_formulas(
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(),

Legend:
Removed from v.1.1.2.23.2.58  
changed lines
  Added in v.1.1.2.23.2.59

  ViewVC Help
Powered by ViewVC 1.1.2