Reedy has submitted this change and it was merged.

Change subject: Add wgMessagesDirs for WMF usage in LocalisationUpdate (noop 
for older MW)
......................................................................


Add wgMessagesDirs for WMF usage in LocalisationUpdate (noop for older MW)

Change-Id: I1f5beb08a2047dfcabbb0c6ebe46d6f6cebd608b
---
M SemanticResultFormats.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Reedy: Verified; Looks good to me, approved



diff --git a/SemanticResultFormats.php b/SemanticResultFormats.php
index 52c2969..01b3eb1 100644
--- a/SemanticResultFormats.php
+++ b/SemanticResultFormats.php
@@ -56,6 +56,7 @@
 
 $wgExtensionMessagesFiles['SemanticResultFormats'] = dirname( __FILE__ ) . 
'/SemanticResultFormats.i18n.php';
 $wgExtensionMessagesFiles['SemanticResultFormatsMagic'] = dirname( __FILE__ ) 
. '/SemanticResultFormats.i18n.magic.php';
+$wgMessagesDirs['SemanticResultFormats'] = dirname( __FILE__ ) . '/i18n';
 
 $srfgScriptPath = ( $wgExtensionAssetsPath === false ? $wgScriptPath . 
'/extensions' : $wgExtensionAssetsPath ) . '/SemanticResultFormats';
 $srfgIP = dirname( __FILE__ );

-- 
To view, visit https://gerrit.wikimedia.org/r/231433
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1f5beb08a2047dfcabbb0c6ebe46d6f6cebd608b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: 1.8.x
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to