@everymatrix/casino-categories 1.28.8 → 1.29.2

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-categories",
3
- "version": "1.28.8",
3
+ "version": "1.29.2",
4
4
  "main": "dist/casino-categories.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": "c7e4f0fb90648211b55dc99a72de2fe600016137"
38
+ "gitHead": "c087893467746da9175249cc7606294b6d261671"
39
39
  }
@@ -88,5 +88,17 @@ export const TRANSLATIONS = {
88
88
  "otherCategories": "Other Categories",
89
89
  "loading": "Loading, please wait...",
90
90
  "games": "games"
91
+ },
92
+ "pt-br": {
93
+ "topCategories": "Categorias Principais",
94
+ "otherCategories": "Outras Categorias",
95
+ "Loading": "Carregando, por favor espere...",
96
+ "games": "jogos"
97
+ },
98
+ "es-mx": {
99
+ "topCategories": "Categorias Principales",
100
+ "otherCategories": "Otras Categorias",
101
+ "Loading": "Cargando, por favor espere...",
102
+ "games": "juegos"
91
103
  }
92
104
  }