@everymatrix/casino-tournaments-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/index.html CHANGED
@@ -18,7 +18,7 @@
18
18
  </style>
19
19
 
20
20
  <div class="webcomponent">
21
- <casino-tournaments-controller session="2e16fc0f-065e-46aa-9ffe-4b436b981c54" userid="3916962" loginevent="OpenRegisterLoginModal" showleaderboard="true" endpoint="https://demo-api.stage.norway.everymatrix.com/v1" cmsendpoint="https://casinouat.pamestoixima.gr/apijson/en/tournaments/906333318049055456" numberoftournaments="4" showmorestep="3" lang="en" filters="All,Scheduled,Ongoing,Finished" containermaxwidth="1300"></casino-tournaments-controller>
21
+ <casino-tournaments-controller session="2e16fc0f-065e-46aa-9ffe-4b436b981c54" userid="3916962" loginevent="OpenRegisterLoginModal" showleaderboard="true" endpoint="https://demo-api.stage.norway.everymatrix.com/v1" cmsendpoint="https://casinouat.pamestoixima.gr/apijson/en/tournaments/906333318049055456" numberoftournaments="4" showmorestep="3" lang="hr" filters="All,Scheduled,Ongoing,Finished" containermaxwidth="1300"></casino-tournaments-controller>
22
22
  <!--<casino-tournaments-controller loginevent="OpenRegisterLoginModal" showleaderboard="true" endpoint="https://demo-api.stage.norway.everymatrix.com/v1" cmsendpoint="https://wp-one-widgets.everymatrix.com/wp-json/wpone-rest/v1/tournaments" numberoftournaments="10" showmorestep="3" lang="en" filters="All,Scheduled,Ongoing,Finished"></casino-tournaments-controller>-->
23
23
  </div>
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-tournaments-controller",
3
- "version": "1.27.2",
3
+ "version": "1.27.3",
4
4
  "main": "dist/casino-tournaments-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
  }
@@ -10,6 +10,17 @@ export const TournamentsControllerTranslations = {
10
10
  noTournaments: 'No tournaments found'
11
11
  }
12
12
  },
13
+ hr: {
14
+ tournamentsController: {
15
+ 500: '500 - Interna pogreška poslužitelja',
16
+ showMore: 'Prikaži više',
17
+ Scheduled: 'Planirano',
18
+ Ongoing: 'U tijeku',
19
+ Finished: 'Završeno',
20
+ loading: 'Učitavanje, molimo pričekajte ...',
21
+ noTournaments: 'Nema pronađenih turnira'
22
+ }
23
+ },
13
24
  'zh-hk': {
14
25
  tournamentsController: {
15
26
  500: '500內部服務器錯誤',