diff --git a/ContactPage.alias.php b/ContactPage.alias.php new file mode 100644 index 0000000..4be9be3 --- /dev/null +++ b/ContactPage.alias.php @@ -0,0 +1,22 @@ + array('Contact', 'ContactPage') +); + +/** Norwegian (Norsk (bokmål)) + * @author Jon Harald Søby + */ +$aliases['no'] = array( + 'ContactPage' => array('Kontakt', 'Kontaktside') +); diff --git a/ContactPage.php b/ContactPage.php index 5be1107..1098b2a 100644 --- a/ContactPage.php +++ b/ContactPage.php @@ -27,6 +27,8 @@ $wgExtensionCredits['specialpage'][] = array( $dir = dirname(__FILE__) . '/'; $wgExtensionMessagesFiles['ContactPage'] = $dir . 'ContactPage.i18n.php'; +$wgExtensionAliasesFiles['ContactPage'] = $dir . 'ContactPage.alias.php'; + $wgAutoloadClasses['SpecialContact'] = $dir . 'SpecialContact.php'; $wgSpecialPages['Contact'] = 'SpecialContact';