Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/123569
Change subject: Fix loading of messages using $wgMessagesDirs
......................................................................
Fix loading of messages using $wgMessagesDirs
This was missed during the migration.
Change-Id: I4887a896ed3635afd0e1a1a26db13765b4cbc6d5
---
M includes/Setup.php
1 file changed, 1 insertion(+), 0 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticMediaWiki
refs/changes/69/123569/1
diff --git a/includes/Setup.php b/includes/Setup.php
index 57d7649..f618353 100644
--- a/includes/Setup.php
+++ b/includes/Setup.php
@@ -124,6 +124,7 @@
$smwgIP = $this->settings->get( 'smwgIP' );
+ $this->globals['wgMessagesDirs']['SemanticMediaWiki'] = $smwgIP
. 'i18n';
$this->globals['wgExtensionMessagesFiles']['SemanticMediaWiki']
= $smwgIP . 'languages/SMW_Messages.php';
$this->globals['wgExtensionMessagesFiles']['SemanticMediaWikiAlias'] = $smwgIP
. 'languages/SMW_Aliases.php';
$this->globals['wgExtensionMessagesFiles']['SemanticMediaWikiMagic'] = $smwgIP
. 'languages/SMW_Magic.php';
--
To view, visit https://gerrit.wikimedia.org/r/123569
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4887a896ed3635afd0e1a1a26db13765b4cbc6d5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits