diff --git a/src/Symfony/Component/Translation/PluralizationRules.php b/src/Symfony/Component/Translation/PluralizationRules.php index e1ff10360a652..ab1175dfa7478 100644 --- a/src/Symfony/Component/Translation/PluralizationRules.php +++ b/src/Symfony/Component/Translation/PluralizationRules.php @@ -114,7 +114,6 @@ public static function get($number, $locale) case 'pap': case 'ps': case 'pt': - case 'xbr': case 'so': case 'sq': case 'sv': @@ -137,6 +136,7 @@ public static function get($number, $locale) case 'nso': case 'ti': case 'wa': + case 'xbr': return (($number == 0) || ($number == 1)) ? 0 : 1; case 'be':