jenkins-bot has submitted this change and it was merged.

Change subject: Don't load OOjs UI i18n strings as core does this already
......................................................................


Don't load OOjs UI i18n strings as core does this already

Change-Id: I7e0a311701f1ee8141bba457acba097b79bdc810
---
M VisualEditor.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Esanders: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/VisualEditor.php b/VisualEditor.php
index 0117e89..3ce10a2 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -46,8 +46,7 @@
 $wgMessagesDirs['VisualEditor'] = array(
        __DIR__ . '/lib/ve/i18n',
        __DIR__ . '/modules/ve-mw/i18n',
-       __DIR__ . '/modules/ve-wmf/i18n',
-       __DIR__ . '/lib/ve/lib/oojs-ui/i18n'
+       __DIR__ . '/modules/ve-wmf/i18n'
 );
 
 // Register API modules

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7e0a311701f1ee8141bba457acba097b79bdc810
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Esanders <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to