From 1789ddd06ab41065ca8cb595ad1fd5194e98bab1 Mon Sep 17 00:00:00 2001 From: Botzy Date: Wed, 18 Jun 2025 11:36:34 +0300 Subject: [PATCH] fix: translations commit 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 854f2b0b8..930645829 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#1f0b73ff5605b1afde18636f82b8fd45d299a426", + "stremio-translations": "github:Stremio/stremio-translations#37123fdc01f1e0c8a29d6abf374292fa3bd7f4ad", "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#1f0b73ff5605b1afde18636f82b8fd45d299a426", - "integrity": "sha512-1jvv4VRWNiFl+GivV6fXpq9QSIpElMUzGMG3jFxkJqvvZeYZpUsK/D4Bd9lR0jBSPYhwpLMZgFoGHWx3ABg+Ig==", + "resolved": "git+ssh://git@github.com/Stremio/stremio-translations.git#37123fdc01f1e0c8a29d6abf374292fa3bd7f4ad", + "integrity": "sha512-rzA0kf38VVcFW8fOesiGML+QFNsoyfD97M4rV8gKe8Kra/EtJsI2+4Yx90EDDIF++WeXqRzl2RyrZSuKJFBSYA==", "license": "MIT" }, "node_modules/string_decoder": { diff --git a/package.json b/package.json index d1428b7a3..48825b01a 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#1f0b73ff5605b1afde18636f82b8fd45d299a426", + "stremio-translations": "github:Stremio/stremio-translations#37123fdc01f1e0c8a29d6abf374292fa3bd7f4ad", "url": "0.11.4", "use-long-press": "^3.2.0" },