@everymatrix/casino-footer-v2 1.35.0 → 1.36.1

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-footer-v2",
3
- "version": "1.35.0",
3
+ "version": "1.36.1",
4
4
  "main": "dist/casino-footer-v2.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": "cad27ef6706d0e17f1eda3810fee31f1ec373fa9"
38
+ "gitHead": "5ffc382ef56d1d1736e48fec65bba06fbdadc8cf"
39
39
  }
@@ -53,5 +53,10 @@ export const TRANSLATIONS = {
53
53
  "timeText": "Tiempo",
54
54
  "sessionTimer": "tiempo de sesión {timeString}",
55
55
  "panicButton": "Presionar botón 3 segundos para una pausa de 24 horas"
56
+ },
57
+ "tr": {
58
+ "timeText": "Zaman",
59
+ "sessionTimer": "{timeString} süresince giriş yapıldı",
60
+ "panicButton": "24 saat ara vermek için düğmeyi 3 saniye basılı tutun"
56
61
  }
57
62
  }