@mtgame/core 1.0.8 → 1.0.9
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/bundles/mtgame-core.umd.js +3 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/country.js +3 -1
- package/esm2015/models/city.js +2 -1
- package/fesm2015/mtgame-core.js +3 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/country.d.ts +2 -0
- package/models/city.d.ts +2 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -976,6 +976,7 @@
|
|
|
976
976
|
Country["CHN"] = "CHN";
|
|
977
977
|
Country["EGY"] = "EGY";
|
|
978
978
|
Country["IRN"] = "IRN";
|
|
979
|
+
Country["GRC"] = "GRC";
|
|
979
980
|
})(exports.Country || (exports.Country = {}));
|
|
980
981
|
exports.City = /** @class */ (function (_super) {
|
|
981
982
|
__extends(City, _super);
|
|
@@ -14435,6 +14436,7 @@
|
|
|
14435
14436
|
_b$f[exports.Country.CHN] = 'Китай',
|
|
14436
14437
|
_b$f[exports.Country.EGY] = 'Египет',
|
|
14437
14438
|
_b$f[exports.Country.IRN] = 'Иран',
|
|
14439
|
+
_b$f[exports.Country.GRC] = 'Греция',
|
|
14438
14440
|
_b$f),
|
|
14439
14441
|
_a$f[Locales.en] = (_c$f = {},
|
|
14440
14442
|
_c$f[exports.Country.RU] = 'Russia',
|
|
@@ -14448,6 +14450,7 @@
|
|
|
14448
14450
|
_c$f[exports.Country.CHN] = 'China',
|
|
14449
14451
|
_c$f[exports.Country.EGY] = 'Egypt',
|
|
14450
14452
|
_c$f[exports.Country.IRN] = 'Iran',
|
|
14453
|
+
_c$f[exports.Country.GRC] = 'Greece',
|
|
14451
14454
|
_c$f),
|
|
14452
14455
|
_a$f);
|
|
14453
14456
|
|