Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/105491


Change subject: Fix path to VE core i18n
......................................................................

Fix path to VE core i18n

Hadn't been properly updated for the repo split

Change-Id: I1d6db13aeab9012b3a87a5f43d1a32fd510615cd
---
M VisualEditor.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/91/105491/1

diff --git a/VisualEditor.php b/VisualEditor.php
index 5b527c7..e3a19b1 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -43,7 +43,7 @@
 $wgAutoloadClasses['VisualEditorDataModule'] = $dir . 
'VisualEditorDataModule.php';
 $wgExtensionMessagesFiles['VisualEditor'] = $dir . 'VisualEditor.i18n.php';
 $wgMessagesDirs['VisualEditor'] = array(
-       __DIR__ . '/lib/ve/i18n',
+       __DIR__ . '/lib/ve/modules/ve/i18n',
        __DIR__ . '/modules/ve-mw/i18n',
        __DIR__ . '/modules/ve-wmf/i18n',
        __DIR__ . '/lib/ve/lib/oojs-ui/i18n'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d6db13aeab9012b3a87a5f43d1a32fd510615cd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <roan.katt...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to