Move select file messages from oojs-ui-widgets to oojs-ui-core

These messages are now used by SelectFileInputWidget which is
part of core, not widgets (as it has a PHP version).

Change-Id: I062e12b8dd80b34b3aad54dd65e5026de3c69dbe
This commit is contained in:
Ed Sanders 2021-01-22 14:46:38 +00:00
parent 2183d3baa2
commit ee4f008be9

View file

@ -2832,7 +2832,13 @@ return [
'messages' => [
'ooui-field-help',
'ooui-combobox-button-label',
'ooui-popup-widget-close-button-aria-label'
'ooui-popup-widget-close-button-aria-label',
'ooui-selectfile-button-select',
'ooui-selectfile-button-select-multiple',
'ooui-selectfile-dragdrop-placeholder',
'ooui-selectfile-dragdrop-placeholder-multiple',
'ooui-selectfile-not-supported',
'ooui-selectfile-placeholder',
],
'targets' => [ 'desktop', 'mobile' ],
],
@ -2866,12 +2872,6 @@ return [
'ooui-outline-control-move-down',
'ooui-outline-control-move-up',
'ooui-outline-control-remove',
'ooui-selectfile-button-select',
'ooui-selectfile-button-select-multiple',
'ooui-selectfile-dragdrop-placeholder',
'ooui-selectfile-dragdrop-placeholder-multiple',
'ooui-selectfile-not-supported',
'ooui-selectfile-placeholder',
],
'targets' => [ 'desktop', 'mobile' ],
],