Fixes nightly CI

This commit is contained in:
Henning Dieterichs 2023-11-10 12:42:11 +01:00 committed by Henning Dieterichs
parent 843ff9b9d7
commit 091550e898

View file

@ -10,6 +10,9 @@ define('vs/nls', [], {
localize: function () {
return 'NO_LOCALIZATION_FOR_YOU';
},
localize2: function () {
return 'NO_LOCALIZATION_FOR_YOU';
},
getConfiguredDefaultLocale: function () {
return undefined;
}