Index: trunk/extensions/Translate/groups/FreeCol/setup.php |
— | — | @@ -1,20 +0,0 @@ |
2 | | -<?php |
3 | | -/** |
4 | | - * Support for FreeCol |
5 | | - * http://www.freecol.org |
6 | | - * |
7 | | - * @file |
8 | | - * @ingroup Extensions |
9 | | - * |
10 | | - * @author Niklas Laxström |
11 | | - * @copyright Copyright © 2008-2009, Niklas Laxström |
12 | | - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
13 | | - */ |
14 | | - |
15 | | - |
16 | | -$dir = dirname( __FILE__ ); |
17 | | - |
18 | | -/** |
19 | | - * Add the FreeColMessageChecker class to the autoloader. |
20 | | - */ |
21 | | -$wgAutoloadClasses['FreeColMessageChecker'] = dirname( __FILE__ ) . '/Checker.php'; |
Index: trunk/extensions/Translate/groups/FreeCol/FreeCol.yml |
— | — | @@ -32,6 +32,9 @@ |
33 | 33 | - FreeColEscapesCheck |
34 | 34 | - FreeColVariablesCheck |
35 | 35 | |
| 36 | +AUTOLOAD: |
| 37 | + FreeColMessageChecker: Checker.php |
| 38 | + |
36 | 39 | TAGS: |
37 | 40 | optional: |
38 | 41 | - colopedia.abilityGrantedBy |