temporary stub for russian bug

This commit is contained in:
amd64fox
2023-07-19 21:27:53 +03:00
committed by GitHub
parent c0600777af
commit 4c3a41776c

View File

@@ -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
}