summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/tmwa/frontend/language/TMWAccount.alias.php16
-rw-r--r--extensions/tmwa/frontend/language/TMWAccount.i18n.php12
2 files changed, 16 insertions, 12 deletions
diff --git a/extensions/tmwa/frontend/language/TMWAccount.alias.php b/extensions/tmwa/frontend/language/TMWAccount.alias.php
index 7d6e624..55bba36 100644
--- a/extensions/tmwa/frontend/language/TMWAccount.alias.php
+++ b/extensions/tmwa/frontend/language/TMWAccount.alias.php
@@ -6,10 +6,14 @@
* @ingroup Extensions
*/
-$specialPageAliases = array();
-
-/** English (English) */
-$specialPageAliases['en'] = array(
- 'GameAccountPage' => array( 'The Mana World Account' ),
- 'GameNewsPage' => array( 'The Mana World News' )
+$specialPageAliases = array(
+ /** English (English) */
+ 'en' => array(
+ 'GameAccountPage' => array(
+ 'The Mana World Account'
+ ),
+ 'GameNewsPage' => array(
+ 'The Mana World News'
+ )
+ ),
);
diff --git a/extensions/tmwa/frontend/language/TMWAccount.i18n.php b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
index 637a7f0..0616209 100644
--- a/extensions/tmwa/frontend/language/TMWAccount.i18n.php
+++ b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
@@ -6,10 +6,10 @@
* @ingroup Extensions
*/
-$messages = array();
-
-$messages['en'] = array(
- 'gameaccount' => 'The Mana World Game Account',
- 'gamenews' => 'The Mana World Game News',
- 'gameaccount-loginnotice' => 'To obtain a game account, you must register here: \'\'\'[[Special:GameAccount|Game Account]]\'\'\'.<br/> To obtain a wiki account, you must register here: \'\'\'[[Special:RequestAccount|Wiki Account]]\'\'\'.',
+$messages = array(
+ 'en' => array(
+ 'gameaccount' => 'The Mana World Game Account',
+ 'gamenews' => 'The Mana World Game News',
+ 'gameaccount-loginnotice' => 'To obtain a game account, you must register here: \'\'\'[[Special:GameAccount|Game Account]]\'\'\'.<br/> To obtain a wiki account, you must register here: \'\'\'[[Special:RequestAccount|Wiki Account]]\'\'\'.',
+ ),
);