From 4c3a41776cd157f3fc70efc1b30773ef5e8b1fae Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:27:53 +0300 Subject: [PATCH] temporary stub for russian bug --- Install.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 546ecde..84c019d 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -288,7 +288,8 @@ $lang = CallLang -clg $langCode # Set variable 'ru'. if ($langCode -eq 'ru') { - $ru = $true + # временная заглушка для бага русского + $ru = $false $urlru = "https://raw.githubusercontent.com/amd64fox/SpotX/main/patches/Augmented%20translation/ru.json" $webjsonru = (Invoke-WebRequest -useb -Uri $urlru).Content | ConvertFrom-Json }