Cleanup community scripts

This commit is contained in:
Evgeny
2025-05-03 12:56:03 +08:00
parent d68ab0934f
commit 82ce7e6eff
11 changed files with 23 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ function on_dialog_action(text)
end
function translate(str)
http:get(uri.."&tl="..system:get_lang().."&dt=t&q="..str)
http:get(uri.."&tl="..system:lang().."&dt=t&q="..str)
end
function on_network_result(result)