Skip to content

Commit e1f553d

Browse files
committed
bug symfony#27286 [Translation] Add Occitan plural rule (kylekatarnls)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes symfony#27286). Discussion ---------- [Translation] Add Occitan plural rule | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Enable correct plural on Occitan translations. Could be safely merged in versions branches. Commits ------- 0de3a61 Add Occitan plural rule
2 parents e98ce72 + 0de3a61 commit e1f553d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Translation/PluralizationRules.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public static function get($number, $locale)
107107
case 'nl':
108108
case 'nn':
109109
case 'no':
110+
case 'oc':
110111
case 'om':
111112
case 'or':
112113
case 'pa':

0 commit comments

Comments
 (0)