@mtgame/core 1.0.16 → 1.0.17
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 +2 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/football-game-log-types.js +3 -1
- package/fesm2015/mtgame-core.js +2 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/football-game-log-types.d.ts +2 -0
- package/package.json +1 -1
|
@@ -14565,6 +14565,7 @@
|
|
|
14565
14565
|
_b$d[exports.FootballGameLogTypes.double_goal] = 'Гол+2',
|
|
14566
14566
|
_b$d[exports.FootballGameLogTypes.super_game] = 'Супер игра',
|
|
14567
14567
|
_b$d[exports.FootballGameLogTypes.color_ball] = 'Цветной мяч',
|
|
14568
|
+
_b$d[exports.FootballGameLogTypes.bonus] = 'Бонус',
|
|
14568
14569
|
_b$d),
|
|
14569
14570
|
_a$d[Locales.en] = (_c$d = {},
|
|
14570
14571
|
_c$d[exports.FootballGameLogTypes.enter_game] = 'Entering the court',
|
|
@@ -14601,6 +14602,7 @@
|
|
|
14601
14602
|
_c$d[exports.FootballGameLogTypes.double_goal] = 'Goal+2',
|
|
14602
14603
|
_c$d[exports.FootballGameLogTypes.super_game] = 'Super game',
|
|
14603
14604
|
_c$d[exports.FootballGameLogTypes.color_ball] = 'Color ball',
|
|
14605
|
+
_c$d[exports.FootballGameLogTypes.bonus] = 'Bonus',
|
|
14604
14606
|
_c$d),
|
|
14605
14607
|
_a$d);
|
|
14606
14608
|
|