From c476d13b578d31b98d71e53fa82eb97709f2b828 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 28 Jan 2014 16:54:04 +0100 Subject: [PATCH] Revert "bug #10091 [Translation] Update PluralizationRules.php (guilhermeblanco)" This reverts commit 61625b466d7b569abe3a0ca3c77a76a4f8467240, reversing changes made to 35585888913a5d0459a1d3213a90ad3c0ec70e22. --- src/Symfony/Component/Translation/PluralizationRules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Translation/PluralizationRules.php b/src/Symfony/Component/Translation/PluralizationRules.php index 719de4fd0a..fe29ba599a 100644 --- a/src/Symfony/Component/Translation/PluralizationRules.php +++ b/src/Symfony/Component/Translation/PluralizationRules.php @@ -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;