Index: trunk/extensions/WikimediaIncubator/WikimediaIncubator.alias.php |
— | — | @@ -1,32 +0,0 @@ |
2 | | -<?php |
3 | | -/** |
4 | | - * Aliases for special pages |
5 | | - * |
6 | | - * @file |
7 | | - * @ingroup Extensions |
8 | | - */ |
9 | | - |
10 | | -$aliases = array(); |
11 | | - |
12 | | -/** English */ |
13 | | -$aliases['en'] = array( |
14 | | - 'ViewUserLang' => array( 'ViewUserLang' ), |
15 | | -); |
16 | | - |
17 | | -/** Arabic (العربية) |
18 | | - * @author Meno25 |
19 | | - */ |
20 | | -$aliases['ar'] = array( |
21 | | - 'ViewUserLang' => array( 'عرض_لغة_المستخدم' ), |
22 | | -); |
23 | | - |
24 | | -/** Japanese (日本語) */ |
25 | | -$aliases['ja'] = array( |
26 | | - 'ViewUserLang' => array( '利用者言語の表示', '利用者言語表示' ), |
27 | | -); |
28 | | - |
29 | | -/** Dutch (Nederlands) */ |
30 | | -$aliases['nl'] = array( |
31 | | - 'ViewUserLang' => array( 'GebruikerstaalOpzoeken' ), |
32 | | -); |
33 | | - |
Index: trunk/extensions/WikimediaIncubator/WikimediaIncubator.php |
— | — | @@ -27,7 +27,6 @@ |
28 | 28 | $wgExtensionMessagesFiles['WikimediaIncubator'] = $dir . 'WikimediaIncubator.i18n.php'; |
29 | 29 | |
30 | 30 | /* Special:ViewUserLang */ |
31 | | -$wgExtensionAliasesFiles['ViewUserLang'] = $dir . 'WikimediaIncubator.alias.php'; |
32 | 31 | $wgAutoloadClasses['SpecialViewUserLang'] = $dir . 'SpecialViewUserLang.php'; |
33 | 32 | $wgSpecialPages['ViewUserLang'] = 'SpecialViewUserLang'; |
34 | 33 | $wgSpecialPageGroups['ViewUserLang'] = 'users'; |