@everymatrix/casino-games-category-section 0.0.284 → 0.0.285

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-games-category-section",
3
- "version": "0.0.284",
3
+ "version": "0.0.285",
4
4
  "main": "dist/casino-games-category-section.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": "3ac9350aedecfd71862267436a50699f50fc6a01"
39
+ "gitHead": "e2ab83a03870fbcab9c88dd68379d235ca766614"
40
40
  }
@@ -26,6 +26,7 @@
26
26
  export let categorygames:number = 0;
27
27
  export let livecasino:string = 'false';
28
28
  export let visiblegames:string = '';
29
+ export let gamepagemodalurl:string = 'false';
29
30
 
30
31
  export let once = true;
31
32
  export let top = 0;
@@ -544,6 +545,7 @@
544
545
  {clientstylingurl}
545
546
  {endpoint}
546
547
  {livecasino}
548
+ {gamepagemodalurl}
547
549
  ></casino-game-thumbnail>
548
550
  {/each}
549
551
  </ul>
@@ -598,6 +600,7 @@
598
600
  {clientstylingurl}
599
601
  {endpoint}
600
602
  {livecasino}
603
+ {gamepagemodalurl}
601
604
  ></casino-game-thumbnail>
602
605
  {/if}
603
606
  {/each}
@@ -646,6 +649,7 @@
646
649
  {clientstylingurl}
647
650
  {endpoint}
648
651
  {livecasino}
652
+ {gamepagemodalurl}
649
653
  ></casino-game-thumbnail>
650
654
  {/if}
651
655
  {:else if gameprops.gameModel.platform.includes("PC")}
@@ -674,6 +678,7 @@
674
678
  {clientstylingurl}
675
679
  {endpoint}
676
680
  {livecasino}
681
+ {gamepagemodalurl}
677
682
  ></casino-game-thumbnail>
678
683
  {/if}
679
684
  {/if}
@@ -36,12 +36,17 @@ export const GamesCategorySectionTranslations = {
36
36
  },
37
37
  fr: {
38
38
  gamesCategorySection: {
39
- showMore: 'Montre plus',
40
- viewAll: 'Voir tout',
41
- searchedItems: 'Articles recherchés',
42
- recentSearchedItems: 'Articles recherchés récemment',
43
- noRecentSearch: 'Aucune recherche n\'a encore commencé. Recherchez simplement un jeu.',
44
- noResults: 'Désolé, aucun résultat trouvé. Veuillez réessayer'
39
+ showMore: 'Plus de',
40
+ viewAll: 'Afficher tous',
41
+ searchedItems: 'Recherche du resultat',
42
+ recentSearchedItems: 'Recherches récentes',
43
+ favorites: 'Favoris',
44
+ noRecentSearch: 'Aucune recherche n\'a encore été lancée . il suffit de chercher un jeu.',
45
+ noResults: 'Désolé , aucun résultat trouvé.veuillez réessayer.',
46
+ noFavoritesMobile: 'Vous pouvez désormais ajouter des jeux à vos favoris en cliquant sur l\'icone étoile située sur la page du jeu.',
47
+ noFavorites: 'Vous pouvez désormais ajouter des jeux à vos favoris en cliquant sur l\'icone en forme d\'etoile située sur la vignette du jeu',
48
+ noFavoritesTitle: 'Vous n\'avez pas encore de jeux favoris.',
49
+ waiting: 'Attente',
45
50
  }
46
51
  },
47
52
  es: {