http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97738

Revision: 97738
Author:   robin
Date:     2011-09-21 14:45:10 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
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
    trunk/extensions/Translate/groups/mediawiki-defines.txt

Modified: trunk/extensions/Babel/Babel.i18n.php
===================================================================
--- trunk/extensions/Babel/Babel.i18n.php       2011-09-21 14:35:22 UTC (rev 
97737)
+++ trunk/extensions/Babel/Babel.i18n.php       2011-09-21 14:45:10 UTC (rev 
97738)
@@ -49,7 +49,7 @@
        'babel-cellpadding' => '0', # Do not translate or duplicate this 
message to other languages.
 
        'babel-portal'   => '', # Do not translate or duplicate this message to 
other languages.
-       'babel-template' => 'Template:$1', # Do not translate or duplicate this 
message to other languages.
+       'babel-template' => 'Template:User $1', # Optional.
 
        'babel-footer' => 'Users by language',
 );

Modified: trunk/extensions/Translate/groups/mediawiki-defines.txt
===================================================================
--- trunk/extensions/Translate/groups/mediawiki-defines.txt     2011-09-21 
14:35:22 UTC (rev 97737)
+++ trunk/extensions/Translate/groups/mediawiki-defines.txt     2011-09-21 
14:45:10 UTC (rev 97738)
@@ -102,10 +102,8 @@
 optional = babel-1-male, babel-2-male, babel-3-male, babel-4-male, babel-5-male
 optional = babel-N-male, babel-0-n-male, babel-1-n-male, babel-2-n-male
 optional = babel-3-n-male, babel-4-n-male, babel-5-n-male, babel-N-n-male
-optional = babel-autocreate-user
-ignored = babel-box-cellspacing, babel-cellspacing
-ignored = babel-portal, babel-template
-ignored = babel-box-cellpadding, babel-cellpadding
+optional = babel-autocreate-user, babel-template
+ignored = babel-box-cellspacing, babel-cellspacing, babel-portal
 
 Back and Forth
 file = BackAndForth/BackAndForth.i18n.php


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to