@everymatrix/casino-most-played-section 1.25.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-most-played-section",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "668756b576877a7c33679408591fa2b7f93e0f37"
38
+ "gitHead": "5abe76b491406787c17e946ad3c79676a0554d8b"
39
39
  }
@@ -3,19 +3,15 @@ export const TRANSLATIONS = {
3
3
  "noGames": "No games in most played"
4
4
  },
5
5
  "zh-hk": {
6
-
7
6
  "noGames": "No games in most played"
8
7
  },
9
8
  "de": {
10
-
11
9
  "noGames": "No games in most played"
12
10
  },
13
11
  "it": {
14
-
15
12
  "noGames": "No games in most played"
16
13
  },
17
14
  "fr": {
18
-
19
15
  "noGames": "No games in most played"
20
16
  },
21
17
  "es": {
@@ -25,35 +21,27 @@ export const TRANSLATIONS = {
25
21
  "noGames": "No games in most played"
26
22
  },
27
23
  "ru": {
28
-
29
24
  "noGames": "No games in most played"
30
25
  },
31
26
  "ro": {
32
-
33
27
  "noGames": "No games in most played"
34
28
  },
35
29
  "hr": {
36
-
37
- "noGames": "No games in most played"
30
+ "noGames": "Nema igara u najigranijim"
38
31
  },
39
32
  "hu": {
40
-
41
33
  "noGames": "No games in most played"
42
34
  },
43
35
  "pl": {
44
-
45
36
  "noGames": "No games in most played"
46
37
  },
47
38
  "pt": {
48
-
49
39
  "noGames": "No games in most played"
50
40
  },
51
41
  "sl": {
52
-
53
42
  "noGames": "No games in most played"
54
43
  },
55
44
  "sr": {
56
-
57
45
  "noGames": "No games in most played"
58
46
  }
59
47
  }