update electron to v43

This commit is contained in:
olcxja 2026-07-09 22:38:33 +02:00
commit fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions

View file

@ -1,6 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.langIdToName = exports.lcid = exports.toLangWithRegion = exports.bundledLanguages = void 0;
exports.langIdToName = exports.lcid = exports.bundledLanguages = void 0;
exports.toLangWithRegion = toLangWithRegion;
exports.bundledLanguages = [
"en_US",
"de_DE",
@ -42,7 +43,6 @@ function toLangWithRegion(lang) {
const result = langToLangWithRegion.get(lang);
return result == null ? `${lang}_${lang.toUpperCase()}` : result;
}
exports.toLangWithRegion = toLangWithRegion;
exports.lcid = {
af_ZA: 1078,
am_ET: 1118,