@everymatrix/player-panic-button 1.34.3 → 1.36.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/player-panic-button",
3
- "version": "1.34.3",
3
+ "version": "1.36.0",
4
4
  "main": "dist/player-panic-button.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": "4e28e0c3c1affa9d973865e59eaf5af69fcddede"
38
+ "gitHead": "09be81de9c66446d0062303022d5f036d874d153"
39
39
  }
@@ -31,5 +31,8 @@ export const TRANSLATIONS = {
31
31
  },
32
32
  "es-mx": {
33
33
  "panicButtonString": "Presionar el botón 3 segundos para tomar una pausa de 24 horas."
34
+ },
35
+ "tr": {
36
+ "panicButtonString": "24 saatlik zaman aşımına uğramak için düğmeyi 3 saniye basılı tutun"
34
37
  }
35
38
  }