@everymatrix/casino-last-played-section 1.29.0 → 1.29.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-last-played-section",
3
- "version": "1.29.0",
3
+ "version": "1.29.3",
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": "97cea3025cb353ba5ec695d9a2ac6fe4825d7fba"
38
+ "gitHead": "b35b07d0d019ab53162690eac785d06af1ad9de9"
39
39
  }
@@ -10,5 +10,11 @@ export const TRANSLATIONS = {
10
10
  },
11
11
  "hr": {
12
12
  "noRecentGames": "Još niste igrali, ali ovdje ćete u budućnosti pronaći popis svojih igara."
13
+ },
14
+ "pt-br": {
15
+ "noRecentGames": "Você ainda não jogou, mas aqui você encontrará a lista futura de jogos jogados."
16
+ },
17
+ "es-mx": {
18
+ "noRecentGames": "Aún no has jugado pero aquí encontrarás la futura lista de juegos jugados."
13
19
  }
14
20
  }