Index: branches/REL1_16/phase3/languages/classes/LanguageSe.php |
— | — | @@ -11,11 +11,11 @@ |
12 | 12 | $forms = $this->preConvertPlural( $forms, 3 ); |
13 | 13 | |
14 | 14 | if ( $count == 1 ) { |
| 15 | + $index = 0; |
| 16 | + } elseif( $count == 2 ) { |
15 | 17 | $index = 1; |
16 | | - } elseif( $count == 2 ) { |
| 18 | + } else { |
17 | 19 | $index = 2; |
18 | | - } else { |
19 | | - $index = 3; |
20 | 20 | } |
21 | 21 | return $forms[$index]; |
22 | 22 | } |
Property changes on: branches/REL1_16/phase3/languages/classes/LanguageSe.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
23 | 23 | + /trunk/phase3/languages/classes/LanguageSe.php:63545-63546,63549,63643,63764,63897-63901,64876,67960 |
Index: branches/REL1_16/phase3/RELEASE-NOTES |
— | — | @@ -53,6 +53,7 @@ |
54 | 54 | * Fixed parser tests broken in 1.16 beta 3. |
55 | 55 | * For Oracle DB backend: fixed parser tests and table prefix feature. |
56 | 56 | * (bug 23767) Fixed PHP warning when REQUEST_URI is blank (IIS issue). |
| 57 | +* Fixed plural function for Northern Sami (se) |
57 | 58 | |
58 | 59 | == Changes since 1.16 beta 2 == |
59 | 60 | |