Index: trunk/extensions/LabeledSectionTransclusion/lst.php |
— | — | @@ -49,6 +49,11 @@ |
50 | 50 | $include = 'Abschnitt'; |
51 | 51 | $exclude = 'Abschnitt-x'; |
52 | 52 | $wgLstLocal = array( 'section' => 'Abschnitt', 'begin' => 'Anfang', 'end' => 'Ende') ; |
| 53 | + break; |
| 54 | + case 'he': |
| 55 | + $include = 'קטע'; |
| 56 | + $exclude = 'בלי קטע'; |
| 57 | + $wgLstLocal = array( 'section' => 'קטע', 'begin' => 'התחלה', 'end' => 'סוף') ; |
53 | 58 | } |
54 | 59 | |
55 | 60 | if( isset( $include ) ) { |