From 48a6da5ca73d6d5e95d9af30823c3c7bba6b6aa2 Mon Sep 17 00:00:00 2001 From: Botzy Date: Wed, 18 Jun 2025 11:41:43 +0300 Subject: [PATCH] fix: translations commit latest hash --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 930645829..6d52e8dcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-i18next": "^15.1.3", "react-is": "18.3.1", "spatial-navigation-polyfill": "github:Stremio/spatial-navigation#64871b1422466f5f45d24ebc8bbd315b2ebab6a6", - "stremio-translations": "github:Stremio/stremio-translations#37123fdc01f1e0c8a29d6abf374292fa3bd7f4ad", + "stremio-translations": "github:Stremio/stremio-translations#8efdffbcf6eeadf01ab658e54adcc6a236b7b10f", "url": "0.11.4", "use-long-press": "^3.2.0" }, @@ -13405,8 +13405,8 @@ }, "node_modules/stremio-translations": { "version": "1.44.12", - "resolved": "git+ssh://git@github.com/Stremio/stremio-translations.git#37123fdc01f1e0c8a29d6abf374292fa3bd7f4ad", - "integrity": "sha512-rzA0kf38VVcFW8fOesiGML+QFNsoyfD97M4rV8gKe8Kra/EtJsI2+4Yx90EDDIF++WeXqRzl2RyrZSuKJFBSYA==", + "resolved": "git+ssh://git@github.com/Stremio/stremio-translations.git#8efdffbcf6eeadf01ab658e54adcc6a236b7b10f", + "integrity": "sha512-b38OjGwlsvFm/aNn/ia18mPxPjZvnI/GaToppn1XaQqCuZuSHxQlYDddwOYTztskWo4VO/IZmCi3UFewqpsqCQ==", "license": "MIT" }, "node_modules/string_decoder": { diff --git a/package.json b/package.json index 48825b01a..51bd9036c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-i18next": "^15.1.3", "react-is": "18.3.1", "spatial-navigation-polyfill": "github:Stremio/spatial-navigation#64871b1422466f5f45d24ebc8bbd315b2ebab6a6", - "stremio-translations": "github:Stremio/stremio-translations#37123fdc01f1e0c8a29d6abf374292fa3bd7f4ad", + "stremio-translations": "github:Stremio/stremio-translations#8efdffbcf6eeadf01ab658e54adcc6a236b7b10f", "url": "0.11.4", "use-long-press": "^3.2.0" },