From c629d62c42bb68e2bf88fe6638ea5849d0d9dc46 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Tue, 7 Mar 2023 22:49:56 -0500 Subject: [PATCH] add: description for `config.addonManager.enable` --- locale/en-us/setting.lua | 2 ++ locale/pt-br/setting.lua | 2 ++ locale/zh-cn/setting.lua | 2 ++ locale/zh-tw/setting.lua | 2 ++ 4 files changed, 8 insertions(+) diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua index 81db2ab74..18840e94f 100644 --- a/locale/en-us/setting.lua +++ b/locale/en-us/setting.lua @@ -1,5 +1,7 @@ ---@diagnostic disable: undefined-global +config.addonManager.enable = +"Whether the addon manager is enabled or not." config.runtime.version = "Lua runtime version." config.runtime.path = diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua index de4910601..759048725 100644 --- a/locale/pt-br/setting.lua +++ b/locale/pt-br/setting.lua @@ -1,5 +1,7 @@ ---@diagnostic disable: undefined-global +config.addonManager.enable = -- TODO: need translate! +"Whether the addon manager is enabled or not." config.runtime.version = -- TODO: need translate! "Lua runtime version." config.runtime.path = -- TODO: need translate! diff --git a/locale/zh-cn/setting.lua b/locale/zh-cn/setting.lua index c3360c9ef..d488ac3f1 100644 --- a/locale/zh-cn/setting.lua +++ b/locale/zh-cn/setting.lua @@ -1,5 +1,7 @@ ---@diagnostic disable: undefined-global +config.addonManager.enable = -- TODO: need translate! +"Whether the addon manager is enabled or not." config.runtime.version = "Lua运行版本。" config.runtime.path = diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua index b03c80ca7..8c74668da 100644 --- a/locale/zh-tw/setting.lua +++ b/locale/zh-tw/setting.lua @@ -1,5 +1,7 @@ ---@diagnostic disable: undefined-global +config.addonManager.enable = -- TODO: need translate! +"Whether the addon manager is enabled or not." config.runtime.version = "Lua執行版本。" config.runtime.path =