moved to 1.2.10

This commit is contained in:
amd64fox
2023-08-01 11:50:01 +03:00
parent 7cf8f4c959
commit d983d70848
2 changed files with 80 additions and 5 deletions
+1 -2
View File
@@ -288,8 +288,7 @@ $lang = CallLang -clg $langCode
# Set variable 'ru'.
if ($langCode -eq 'ru') {
# временная заглушка для бага русского
$ru = $false
$ru = $true
$urlru = "https://raw.githubusercontent.com/amd64fox/SpotX/main/patches/Augmented%20translation/ru.json"
$webjsonru = (Invoke-WebRequest -useb -Uri $urlru).Content | ConvertFrom-Json
}