10000 Update PluralizationRules.php · symfony/symfony@324ad4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 324ad4c

Browse files
guilhermeblancofabpot
authored andcommitted
Update PluralizationRules.php
1 parent 3558588 commit 324ad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/PluralizationRules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public static function get($number, $locale)
115115
case 'pap':
116116
case 'ps':
117117
case 'pt':
118+
case 'xbr':
118119
case 'so':
119120
case 'sq':
120121
case 'sv':
@@ -135,7 +136,6 @@ public static function get($number, $locale)
135136
case 'ln':
136137
case 'mg':
137138
case 'nso':
138-
case 'xbr':
139139
case 'ti':
140140
case 'wa':
141141
return (($number == 0) || ($number == 1)) ? 0 : 1;

0 commit comments

Comments
 (0)
0