forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
4
electron/node_modules/app-builder-lib/out/util/langs.js
generated
vendored
4
electron/node_modules/app-builder-lib/out/util/langs.js
generated
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue