mario-core 2.9.221-release → 2.9.222-release
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -21
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -21
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12561,27 +12561,6 @@ var LANGUAGES = [{
|
|
|
12561
12561
|
nativeName: "English",
|
|
12562
12562
|
name: "United States",
|
|
12563
12563
|
image: "/images/usa.png"
|
|
12564
|
-
}, {
|
|
12565
|
-
code: "en-GB",
|
|
12566
|
-
fullName: "English (United Kingdom)",
|
|
12567
|
-
shortName: "English, UK",
|
|
12568
|
-
nativeName: "English",
|
|
12569
|
-
name: "United Kingdom",
|
|
12570
|
-
image: "/images/united-kingdom.png"
|
|
12571
|
-
}, {
|
|
12572
|
-
code: "ar",
|
|
12573
|
-
fullName: "Arabic",
|
|
12574
|
-
shortName: "Arabic",
|
|
12575
|
-
nativeName: "Arabic",
|
|
12576
|
-
name: "Arabic",
|
|
12577
|
-
image: "/images/Arabic.avif"
|
|
12578
|
-
}, {
|
|
12579
|
-
code: "es",
|
|
12580
|
-
fullName: "Spanish",
|
|
12581
|
-
shortName: "Spanish",
|
|
12582
|
-
nativeName: "Spanish",
|
|
12583
|
-
name: "Spanish",
|
|
12584
|
-
image: "/images/spain.png"
|
|
12585
12564
|
}];
|
|
12586
12565
|
var DEFAULT_LANGUAGE_CODE = "en-US";
|
|
12587
12566
|
var SUPPORTED_LANGUAGES_CODE = LANGUAGES.map(function (i) {
|