Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/231433
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticResultFormats refs/changes/33/231433/1 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: newchange Gerrit-Change-Id: I1f5beb08a2047dfcabbb0c6ebe46d6f6cebd608b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticResultFormats Gerrit-Branch: 1.8.x Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
