summaryrefslogtreecommitdiff
path: root/locale/zh-tw/setting.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-09-20 14:53:06 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-09-20 14:53:09 +0800
commit2c45bd0ac3a888e23b61bde2f01ec231eef032f1 (patch)
treeeb53ab54d0daed1a59acafc1d967a3e2e305091c /locale/zh-tw/setting.lua
parentebc6adb875045a3cc100787f801f8e50bedac7ce (diff)
downloadlua-language-server-2c45bd0ac3a888e23b61bde2f01ec231eef032f1.zip
resolve #1557 `Lua.misc.executablePath`
Diffstat (limited to 'locale/zh-tw/setting.lua')
-rw-r--r--locale/zh-tw/setting.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua
index 3129b313..11449fcd 100644
--- a/locale/zh-tw/setting.lua
+++ b/locale/zh-tw/setting.lua
@@ -262,6 +262,8 @@ config.telemetry.enable =
]]
config.misc.parameters =
'VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。'
+config.misc.executablePath = -- TODO: need translate!
+'Specify the executable path in VSCode.'
config.IntelliSense.traceLocalSet =
'請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
config.IntelliSense.traceReturn =