mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 22:00:04 +10:00
temporary stub for russian bug
This commit is contained in:
+2
-1
@@ -288,7 +288,8 @@ $lang = CallLang -clg $langCode
|
|||||||
|
|
||||||
# Set variable 'ru'.
|
# Set variable 'ru'.
|
||||||
if ($langCode -eq 'ru') {
|
if ($langCode -eq 'ru') {
|
||||||
$ru = $true
|
# временная заглушка для бага русского
|
||||||
|
$ru = $false
|
||||||
$urlru = "https://raw.githubusercontent.com/amd64fox/SpotX/main/patches/Augmented%20translation/ru.json"
|
$urlru = "https://raw.githubusercontent.com/amd64fox/SpotX/main/patches/Augmented%20translation/ru.json"
|
||||||
$webjsonru = (Invoke-WebRequest -useb -Uri $urlru).Content | ConvertFrom-Json
|
$webjsonru = (Invoke-WebRequest -useb -Uri $urlru).Content | ConvertFrom-Json
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user