mario-core 2.9.230-layout → 2.9.232-layout
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -16257,7 +16257,7 @@ var LANGUAGES = [{
|
|
|
16257
16257
|
image: "/images/usa.png"
|
|
16258
16258
|
}];
|
|
16259
16259
|
var DEFAULT_LANGUAGE_CODE = "en-US";
|
|
16260
|
-
var SUPPORTED_LANGUAGES_CODE = ["en-US", "en-GB", "ar", "es"];
|
|
16260
|
+
var SUPPORTED_LANGUAGES_CODE = ["en-US", "en-GB", "ar", "es", "zh"];
|
|
16261
16261
|
|
|
16262
16262
|
var resources = {
|
|
16263
16263
|
"en-US": {
|