r51347 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51346‎ | r51347 | r51348 >
Date:13:56, 2 June 2009
Author:mfarag
Status:ok
Tags:
Comment:
Update linkTrail and magicWords
Modified paths:
  • /trunk/phase3/languages/messages/MessagesAr.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesAr.php
@@ -168,6 +168,7 @@
169169 'noeditsection' => array( '0', '__لاتحريرقسم__', '__NOEDITSECTION__' ),
170170 'noheader' => array( '0', '__لاعنوان__', '__NOHEADER__' ),
171171 'currentmonth' => array( '1', 'شهر_حالي', 'شهر', 'CURRENTMONTH', 'CURRENTMONTH2' ),
 172+ 'currentmonth1' => array( '1', 'شهر_حالي1', 'CURRENTMONTH1' ),
172173 'currentmonthname' => array( '1', 'اسم_الشهر_الحالي', 'اسم_شهر_حالي', 'اسم_شهر', 'CURRENTMONTHNAME' ),
173174 'currentmonthnamegen' => array( '1', 'اسم_الشهر_الحالي_المولد', 'اسم_شهر_حالي_مولد', 'CURRENTMONTHNAMEGEN' ),
174175 'currentmonthabbrev' => array( '1', 'اختصار_الشهر_الحالي', 'اختصار_شهر_حالي', 'CURRENTMONTHABBREV' ),
@@ -178,6 +179,7 @@
179180 'currenttime' => array( '1', 'وقت_حالي', 'وقت', 'CURRENTTIME' ),
180181 'currenthour' => array( '1', 'ساعة_حالية', 'ساعة', 'CURRENTHOUR' ),
181182 'localmonth' => array( '1', 'شهر_محلي', 'LOCALMONTH', 'LOCALMONTH2' ),
 183+ 'localmonth1' => array( '1', 'شهر_محلي1', 'LOCALMONTH1' ),
182184 'localmonthname' => array( '1', 'اسم_الشهر_المحلي', 'اسم_شهر_محلي', 'LOCALMONTHNAME' ),
183185 'localmonthnamegen' => array( '1', 'اسم_الشهر_المحلي_المولد', 'اسم_شهر_محلي_مولد', 'LOCALMONTHNAMEGEN' ),
184186 'localmonthabbrev' => array( '1', 'اختصار_الشهر_المحلي', 'اختصار_شهر_محلي', 'LOCALMONTHABBREV' ),
@@ -295,6 +297,7 @@
296298 'index' => array( '1', '__فهرسة__', '__INDEX__' ),
297299 'noindex' => array( '1', '__لافهرسة__', '__NOINDEX__' ),
298300 'numberingroup' => array( '1', 'عدد_في_المجموعة', 'عدد_في_مجموعة', 'NUMBERINGROUP', 'NUMINGROUP' ),
 301+ 'numberofcontribs' => array( '1', 'عدد_المساهمات', 'مساهمات_المستخدم', 'NUMBEROFCONTRIBS', 'USERCONTRIBS', 'NUMOFCONTRIBS' ),
299302 'staticredirect' => array( '1', '__تحويلة_إستاتيكية__', '__تحويلة_ساكنة__', '__STATICREDIRECT__' ),
300303 'protectionlevel' => array( '1', 'مستوى_الحماية', 'مستوى_حماية', 'PROTECTIONLEVEL' ),
301304 'formatdate' => array( '0', 'تهيئة_التاريخ', 'تهيئة_تاريخ', 'formatdate', 'dateformat' ),
@@ -396,7 +399,7 @@
397400 * the first group, and the remainder of the string as the second group. Modified to match
398401 * Arabic trails too.
399402 */
400 -$linkTrail = '/^([a-z\x{0600}-\x{06FF}]+)(.*)$/suD';
 403+$linkTrail = '/^([a-zء-ي]+)(.*)$/sDu';
401404
402405 $imageFiles = array(
403406 'button-bold' => 'ar/button_bold.png',

Status & tagging log