diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2014-12-27 15:41:37 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2014-12-31 11:43:28 +0100 |
commit | c1f9b1f7b1b77776192048005dcc66dcf3df2bfb (patch) | |
tree | 2b38796e738dd74cb42ecd9bfd151803108386bc /extensions/ConfirmEdit/QuestyCaptcha.php | |
parent | b88ab0086858470dd1f644e64cb4e4f62bb2be9b (diff) |
Update to MediaWiki 1.24.1
Diffstat (limited to 'extensions/ConfirmEdit/QuestyCaptcha.php')
-rw-r--r-- | extensions/ConfirmEdit/QuestyCaptcha.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/ConfirmEdit/QuestyCaptcha.php b/extensions/ConfirmEdit/QuestyCaptcha.php index 2cef79c7..11dfebb3 100644 --- a/extensions/ConfirmEdit/QuestyCaptcha.php +++ b/extensions/ConfirmEdit/QuestyCaptcha.php @@ -42,5 +42,6 @@ $wgCaptchaQuestions = array(); // You can also provide several acceptable answers to a given question (the answers shall be in lowercase): // $wgCaptchaQuestions[] = array( 'question' => "2 + 2 ?", 'answer' => array( '4', 'four' ) ); +$wgMessagesDirs['QuestyCaptcha'] = __DIR__ . '/i18n/questy'; $wgExtensionMessagesFiles['QuestyCaptcha'] = $dir . '/QuestyCaptcha.i18n.php'; $wgAutoloadClasses['QuestyCaptcha'] = $dir . '/QuestyCaptcha.class.php'; |