r97738 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97737‎ | r97738 | r97739 >
Date:14:45, 21 September 2011
Author:robin
Status:ok
Tags:
Comment:
Change default of babel-template to "Template:User $1" (otherwise it conflicts more easily with other templates). Make it optional, and remove 2 duplicate ignored messages.
Modified paths:
  • /trunk/extensions/Babel/Babel.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Babel/Babel.i18n.php
@@ -49,7 +49,7 @@
5050 'babel-cellpadding' => '0', # Do not translate or duplicate this message to other languages.
5151
5252 'babel-portal' => '', # Do not translate or duplicate this message to other languages.
53 - 'babel-template' => 'Template:$1', # Do not translate or duplicate this message to other languages.
 53+ 'babel-template' => 'Template:User $1', # Optional.
5454
5555 'babel-footer' => 'Users by language',
5656 );
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -102,10 +102,8 @@
103103 optional = babel-1-male, babel-2-male, babel-3-male, babel-4-male, babel-5-male
104104 optional = babel-N-male, babel-0-n-male, babel-1-n-male, babel-2-n-male
105105 optional = babel-3-n-male, babel-4-n-male, babel-5-n-male, babel-N-n-male
106 -optional = babel-autocreate-user
107 -ignored = babel-box-cellspacing, babel-cellspacing
108 -ignored = babel-portal, babel-template
109 -ignored = babel-box-cellpadding, babel-cellpadding
 106+optional = babel-autocreate-user, babel-template
 107+ignored = babel-box-cellspacing, babel-cellspacing, babel-portal
110108
111109 Back and Forth
112110 file = BackAndForth/BackAndForth.i18n.php

Follow-up revisions

RevisionCommit summaryAuthorDate
r977401.18wmf1: MFT r97738catrope15:32, 21 September 2011
r977411.17wmf1: MFT r97738catrope15:33, 21 September 2011

Status & tagging log