Revert "bug #10091 [Translation] Update PluralizationRules.php (guilhermeblanco)"

This reverts commit 61625b466d, reversing
changes made to 3558588891.
This commit is contained in:
Fabien Potencier 2014-01-28 16:54:04 +01:00
parent 625a4b9650
commit c476d13b57
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,6 @@ class PluralizationRules
case 'pap':
case 'ps':
case 'pt':
case 'xbr':
case 'so':
case 'sq':
case 'sv':
@ -136,6 +135,7 @@ class PluralizationRules
case 'ln':
case 'mg':
case 'nso':
case 'xbr':
case 'ti':
case 'wa':
return (($number == 0) || ($number == 1)) ? 0 : 1;