summaryrefslogtreecommitdiff
path: root/extensions/tmwa/frontend/language/TMWAccount.alias.php
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/tmwa/frontend/language/TMWAccount.alias.php')
-rw-r--r--extensions/tmwa/frontend/language/TMWAccount.alias.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/tmwa/frontend/language/TMWAccount.alias.php b/extensions/tmwa/frontend/language/TMWAccount.alias.php
new file mode 100644
index 0000000..7d6e624
--- /dev/null
+++ b/extensions/tmwa/frontend/language/TMWAccount.alias.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * Aliases for extension ConfirmAccount
+ *
+ * @file
+ * @ingroup Extensions
+ */
+
+$specialPageAliases = array();
+
+/** English (English) */
+$specialPageAliases['en'] = array(
+ 'GameAccountPage' => array( 'The Mana World Account' ),
+ 'GameNewsPage' => array( 'The Mana World News' )
+);