@everymatrix/casino-last-played-section 1.12.6 → 1.13.0
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-last-played-section",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"main": "index.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": "
|
|
38
|
+
"gitHead": "1e1112223dbbcaa114d0dc15006eb09f2beabedd"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -4,5 +4,8 @@ export const TRANSLATIONS = {
|
|
|
4
4
|
},
|
|
5
5
|
"de": {
|
|
6
6
|
"noRecentGames": "Du hast bisher noch nicht gespielt, aber hier findest du in Zukunft eine Liste deiner Spiele."
|
|
7
|
+
},
|
|
8
|
+
"es": {
|
|
9
|
+
"noRecentGames": "No has jugado aún pero aquí encontrarás en el futuro una lista de tus juegos."
|
|
7
10
|
}
|
|
8
11
|
}
|