@everymatrix/casino-tournaments-list-controller 1.27.2 → 1.27.3

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-list-controller",
3
- "version": "1.27.2",
3
+ "version": "1.27.3",
4
4
  "main": "dist/casino-tournaments-list-controller.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": "0c03a79deed2ad6c051e5842c9c172ccdfee2b46"
38
+ "gitHead": "bb3f018dda0d4518201642689dcd1745b1d9153e"
39
39
  }
@@ -4,6 +4,11 @@ export const TournamentsListTranslations = {
4
4
  nothing: 'Nothing to show here.'
5
5
  }
6
6
  },
7
+ hr: {
8
+ tournamentsList: {
9
+ nothing: 'Nema ničega za prikazati ovdje.'
10
+ }
11
+ },
7
12
  'zh-hk': {
8
13
  tournamentsList: {
9
14
  nothing: '這裡沒有什麼可顯示的。'