API: HTMLize and internationalize the help, add Special:ApiHelp
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 427f868..2accd75 100644 (file)
@@ -6146,6 +6146,7 @@ $wgExtensionMessagesFiles = array();
  */
 $wgMessagesDirs = array(
        'core' => "$IP/languages/i18n",
+       'api' => "$IP/includes/api/i18n",
        'oojs-ui' => "$IP/resources/lib/oojs-ui/i18n",
 );