From 05eb66c264b85f77d187f2a67938e8da85a8ecbb Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Mon, 12 Jan 2015 09:27:36 -0800 Subject: [PATCH] Don't load OOjs UI i18n strings as core does this already Change-Id: I7e0a311701f1ee8141bba457acba097b79bdc810 --- VisualEditor.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VisualEditor.php b/VisualEditor.php index 0117e89602..3ce10a2bc5 100644 --- a/VisualEditor.php +++ b/VisualEditor.php @@ -46,8 +46,7 @@ $wgAutoloadClasses['VisualEditorViewPageTargetInitModule'] = $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