This commit is contained in:
Ayane Satomi 2022-07-02 18:45:53 +08:00
parent 4c7f9a4438
commit 00b1ed4d22
No known key found for this signature in database
GPG key ID: 431E3C36BEBE204B

View file

@ -17,7 +17,7 @@ if not hasPermission("bass.loadURL", "https://translate.google.com/translate_tts
if not hasPermission("file.read", localLanguageIndex) then return end
local function getRemoteLanguageIndex()
print("Building language index. Please be patient.")
print("Building language index. Please be patient...")
http.get(remoteLanguageIndex, function(body, len, hdrs, code)
if len > 0 then
local rawData = json.decode(body)