summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorcarsakiller <carsakiller@gmail.com>2023-03-07 22:49:56 -0500
committer最萌小汐 <sumneko@hotmail.com>2023-03-08 14:24:48 +0800
commitf462813bee496adb2613389b0bfbb3e558617916 (patch)
tree1fc325d9e0c142a1b86e835e4d6a2387d3fd2e33 /locale
parent7f30fbfe828e815ef68cd78273076b2ea57fa483 (diff)
downloadlua-language-server-f462813bee496adb2613389b0bfbb3e558617916.zip
add: description for `config.addonManager.enable`
Diffstat (limited to 'locale')
-rw-r--r--locale/en-us/setting.lua2
-rw-r--r--locale/pt-br/setting.lua2
-rw-r--r--locale/zh-cn/setting.lua2
-rw-r--r--locale/zh-tw/setting.lua2
4 files changed, 8 insertions, 0 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 81db2ab7..18840e94 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 de491060..75904872 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 c3360c9e..d488ac3f 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 b03c80ca..8c74668d 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 =