jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Raimond Spekking: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I4887a896ed3635afd0e1a1a26db13765b4cbc6d5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits