@everymatrix/casino-tournaments-thumbnail-rule 1.6.0 → 1.7.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-tournaments-thumbnail-rule",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "b405cf7bcce97b06567550e59f40f2d310be97af"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -15,7 +15,7 @@ export const TournamentsRulesTranslations = {
|
|
|
15
15
|
productMaxBet:`For {productName}, the maximum bet amount accepted is {maxBet}.`
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
zh: {
|
|
18
|
+
'zh-hk': {
|
|
19
19
|
tournamentsRule:{
|
|
20
20
|
scoreCriteria:{
|
|
21
21
|
mostRounds:`本次比赛的得分标准是<b>最多轮次</b>。 每玩一局,玩家将获得 1 分。 拥有最多游戏回合数/下注数的玩家将获得最高分数和排名。`,
|