mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Fixes tests
This commit is contained in:
parent
02de12a70e
commit
d4bb0a8224
3 changed files with 11 additions and 8 deletions
|
|
@ -21,6 +21,9 @@ define('vs/nls', [], {
|
|||
localize: function () {
|
||||
return 'NO_LOCALIZATION_FOR_YOU';
|
||||
},
|
||||
localize2: function (key, message) {
|
||||
return { value: 'NO_LOCALIZATION_FOR_YOU', original: message };
|
||||
},
|
||||
load: function (name, req, load) {
|
||||
load({});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue