@everymatrix/casino-last-played-section 1.13.23 → 1.14.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.13.23",
3
+ "version": "1.14.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": "589e03e102f61d6893170caaaeb33406d8f49c81"
38
+ "gitHead": "50859415bac3b0cca7863e545b1edd43a68938cb"
39
39
  }
@@ -7,5 +7,8 @@ export const TRANSLATIONS = {
7
7
  },
8
8
  "es": {
9
9
  "noRecentGames": "No has jugado aún pero aquí encontrarás en el futuro una lista de tus juegos."
10
+ },
11
+ "hr": {
12
+ "noRecentGames": "još niste igrali ali ovdje ćete moći pronaći listu vaših igara"
10
13
  }
11
14
  }