Explorar o código

Fixes nightly CI

Henning Dieterichs hai 1 ano
pai
achega
091550e898
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      test/unit/setup.js

+ 3 - 0
test/unit/setup.js

@@ -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;
 			}