8000 Update PluralizationRules.php · symfony/symfony@ab29792 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab29792

Browse files
Update PluralizationRules.php
1 parent 4ad343b commit ab29792

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
@@ -114,6 +114,7 @@ public static function get($number, $locale)
114114
case 'pap':
115115
case 'ps':
116116
case 'pt':
117+
case 'xbr':
117118
case 'so':
118119
case 'sq':
119120
case 'sv':
@@ -134,7 +135,6 @@ public static function get($number, $locale)
134135
case 'ln':
135136
case 'mg':
136137
case 'nso':
137-
case 'xbr':
138138
case 'ti':
139139
case 'wa':
140140
return (($number == 0) || ($number == 1)) ? 0 : 1;

0 commit comments

Comments
 (0)
0