r24014 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24013‎ | r24014 | r24015 >
Date:16:37, 11 July 2007
Author:rotem
Status:old
Tags:
Comment:
Adding Hebrew.
Modified paths:
  • /trunk/extensions/LabeledSectionTransclusion/lst.php (modified) (history)

Diff [purge]

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

Status & tagging log