diff --git a/lua/Trans/core/frontend.lua b/lua/Trans/core/frontend.lua index 4408825..351e4d1 100644 --- a/lua/Trans/core/frontend.lua +++ b/lua/Trans/core/frontend.lua @@ -1,6 +1,5 @@ -local Trans = require 'Trans' -local conf = Trans.conf -local frontend_opts = conf.frontend +local Trans = require 'Trans' +local frontend_opts = Trans.conf.frontend ---@class TransFrontend diff --git a/lua/Trans/health.lua b/lua/Trans/health.lua index 2d07e0f..a9e1005 100644 --- a/lua/Trans/health.lua +++ b/lua/Trans/health.lua @@ -42,7 +42,7 @@ local function check_binary_dependencies() win = 'node', mac = 'say', linux = 'festival', - termux = 'termux-api-speak', + termux = 'termux-tts-speak', })[Trans.system]