Skip to content

Commit

Permalink
Update PluralizationRules.php
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeblanco authored and fabpot committed Jan 21, 2014
1 parent 3558588 commit 324ad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/PluralizationRules.php
Expand Up @@ -115,6 +115,7 @@ public static function get($number, $locale)
case 'pap':
case 'ps':
case 'pt':
case 'xbr':
case 'so':
case 'sq':
case 'sv':
Expand All @@ -135,7 +136,6 @@ public static function get($number, $locale)
case 'ln':
case 'mg':
case 'nso':
case 'xbr':
case 'ti':
case 'wa':
return (($number == 0) || ($number == 1)) ? 0 : 1;
Expand Down

0 comments on commit 324ad4c

Please sign in to comment.