Fixes tests

This commit is contained in:
Henning Dieterichs 2024-07-26 13:26:48 +02:00 committed by Henning Dieterichs
parent 02de12a70e
commit d4bb0a8224
3 changed files with 11 additions and 8 deletions

View file

@ -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({});
}