mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Don't load OOjs UI i18n strings as core does this already
Change-Id: I7e0a311701f1ee8141bba457acba097b79bdc810
This commit is contained in:
parent
2b9dc1a129
commit
05eb66c264
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue