r29493 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r29492‎ | r29493 | r29494 >
Date:13:54, 9 January 2008
Author:huji
Status:old
Tags:
Comment:
* Added Persian translations
* Updated language related maintenance scripts to support the newly created message group (r29482)
* Performed RebuildLanguage for En and Fa
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesFa.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -565,7 +565,7 @@
566566 'category-media-header' => 'Media in category "$1"',
567567 'category-empty' => "''This category currently contains no pages or media.''",
568568
569 -'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD', # only translate this message to other languages if you have to change it
 569+'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', # only translate this message to other languages if you have to change it
570570 'mainpagetext' => "<big>'''MediaWiki has been successfully installed.'''</big>",
571571 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
572572
@@ -3116,7 +3116,7 @@
31173117 'signature' => '[[{{ns:user}}:$1|$2]]', # don't translate or duplicate this message to other languages
31183118 'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # don't translate or duplicate this message to other languages
31193119
3120 -# CoreParserFunctions
3121 -'unknown_extension_tag' => 'Unknown extension tag "$1"',
 3120+# Core parser functions
 3121+'unknown_extension_tag' => 'Unknown extension tag "$1"',
31223122
31233123 );
Index: trunk/phase3/languages/messages/MessagesFa.php
@@ -2522,4 +2522,7 @@
25232523 'hebrew-calendar-m11-gen' => 'آب',
25242524 'hebrew-calendar-m12-gen' => 'ایلول',
25252525
 2526+# Core parser functions
 2527+'unknown_extension_tag' => 'برچسب ناشناختهٔ افزونه «$1»',
 2528+
25262529 );
Index: trunk/phase3/maintenance/language/messages.inc
@@ -2327,6 +2327,9 @@
23282328 'signature',
23292329 'signature-anon',
23302330 ),
 2331+ 'CoreParserFunctions' => array(
 2332+ 'unknown_extension_tag',
 2333+ ),
23312334 );
23322335 /** Comments for each block */
23332336 $wgBlockComments = array(
@@ -2478,29 +2481,30 @@
24792482 'exif-gpsmeasuremode' => '',
24802483 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
24812484 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
2482 - 'edit-externally' => 'External editor support',
2483 - 'all' => "'all' in various places, this might be different for inflected languages",
2484 - 'confirmemail' => 'E-mail address confirmation',
2485 - 'scarytransclusion' => 'Scary transclusion',
2486 - 'trackbacks' => 'Trackbacks',
2487 - 'deleteconflict' => 'Delete conflict',
2488 - 'unit-pixel' => '',
2489 - 'htmldump' => 'HTML dump',
2490 - 'purge' => 'action=purge',
2491 - 'search2' => 'AJAX search',
2492 - 'separators' => 'Separators for various lists',
2493 - 'imgmulti' => 'Multipage image navigation',
2494 - 'tablepager' => 'Table pager',
2495 - 'autosumm' => 'Auto-summaries',
2496 - 'autoblock_whitelist' => 'Autoblock whitelist',
2497 - 'sizeunits' => 'Size units',
2498 - 'livepreview' => 'Live preview',
2499 - 'lagwarning' => 'Friendlier slave lag warnings',
2500 - 'watchlisteditor' => 'Watchlist editor',
2501 - 'watchlisttools' => 'Watchlist editing tools',
2502 - 'iranian-dates' => 'Iranian month names',
2503 - 'hebrew-dates' => 'Hebrew month names',
2504 - 'signatures' => 'Signatures',
 2485+ 'edit-externally' => 'External editor support',
 2486+ 'all' => "'all' in various places, this might be different for inflected languages",
 2487+ 'confirmemail' => 'E-mail address confirmation',
 2488+ 'scarytransclusion' => 'Scary transclusion',
 2489+ 'trackbacks' => 'Trackbacks',
 2490+ 'deleteconflict' => 'Delete conflict',
 2491+ 'unit-pixel' => '',
 2492+ 'htmldump' => 'HTML dump',
 2493+ 'purge' => 'action=purge',
 2494+ 'search2' => 'AJAX search',
 2495+ 'separators' => 'Separators for various lists',
 2496+ 'imgmulti' => 'Multipage image navigation',
 2497+ 'tablepager' => 'Table pager',
 2498+ 'autosumm' => 'Auto-summaries',
 2499+ 'autoblock_whitelist' => 'Autoblock whitelist',
 2500+ 'sizeunits' => 'Size units',
 2501+ 'livepreview' => 'Live preview',
 2502+ 'lagwarning' => 'Friendlier slave lag warnings',
 2503+ 'watchlisteditor' => 'Watchlist editor',
 2504+ 'watchlisttools' => 'Watchlist editing tools',
 2505+ 'iranian-dates' => 'Iranian month names',
 2506+ 'hebrew-dates' => 'Hebrew month names',
 2507+ 'signatures' => 'Signatures',
 2508+ 'CoreParserFunctions' => 'Core parser functions',
25052509 );
25062510
25072511 /** Short comments for standalone messages */

Follow-up revisions

RevisionCommit summaryAuthorDate
r29494RebuildLanguage on r29493 broke this one. Fixing by hand...huji14:11, 9 January 2008

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r29482Added {{#tag:}}: generic adaptor from parser function syntax to XML-style ext...tstarling07:13, 9 January 2008

Status & tagging log