mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Fixes nightly CI
This commit is contained in:
parent
843ff9b9d7
commit
091550e898
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ define('vs/nls', [], {
|
||||||
localize: function () {
|
localize: function () {
|
||||||
return 'NO_LOCALIZATION_FOR_YOU';
|
return 'NO_LOCALIZATION_FOR_YOU';
|
||||||
},
|
},
|
||||||
|
localize2: function () {
|
||||||
|
return 'NO_LOCALIZATION_FOR_YOU';
|
||||||
|
},
|
||||||
getConfiguredDefaultLocale: function () {
|
getConfiguredDefaultLocale: function () {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue