@everymatrix/casino-games-category-section 0.0.408 → 0.0.410
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.
|
|
3
|
+
"version": "0.0.410",
|
|
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": "
|
|
39
|
+
"gitHead": "1382b42c7640e087088ead5f06ab6ae8d99f0668"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -33,7 +33,7 @@ export const GamesCategorySectionTranslations = {
|
|
|
33
33
|
gamesCategorySection: {
|
|
34
34
|
showMore: 'Mehr',
|
|
35
35
|
viewAll: 'Alle anzeigen',
|
|
36
|
-
searchedItems: '
|
|
36
|
+
searchedItems: 'Ergebnis suchen',
|
|
37
37
|
recentSearchedItems: 'Zuletzt gesucht',
|
|
38
38
|
noRecentSearch: 'Noch keine Suche gestartet. Einfach nach einem Spiel suchen.',
|
|
39
39
|
noResults: 'Sorry, kein Treffer. Bitte erneut versuchen.'
|