summaryrefslogtreecommitdiff
path: root/extensions/Poem/Poem.php
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Poem/Poem.php')
-rw-r--r--extensions/Poem/Poem.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Poem/Poem.php b/extensions/Poem/Poem.php
index ee5f7083..e43b199d 100644
--- a/extensions/Poem/Poem.php
+++ b/extensions/Poem/Poem.php
@@ -29,5 +29,6 @@ $wgExtensionCredits['parserhook'][] = array(
$dir = __DIR__ . '/';
$wgParserTestFiles[] = $dir . 'poemParserTests.txt';
$wgAutoloadClasses['Poem'] = $dir . 'Poem.class.php';
+$wgMessagesDirs['Poem'] = __DIR__ . '/i18n';
$wgExtensionMessagesFiles['Poem'] = $dir . 'Poem.i18n.php';
$wgHooks['ParserFirstCallInit'][] = 'Poem::init';