diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en-us/setting.lua | 2 | ||||
-rw-r--r-- | locale/pt-br/setting.lua | 2 | ||||
-rw-r--r-- | locale/zh-cn/setting.lua | 2 | ||||
-rw-r--r-- | locale/zh-tw/setting.lua | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua index f35edac4..49c79b1c 100644 --- a/locale/en-us/setting.lua +++ b/locale/en-us/setting.lua @@ -26,6 +26,8 @@ config.runtime.nonstandardSymbol = "Supports non-standard symbols. Make sure that your runtime environment supports these symbols." config.runtime.plugin = "Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugin) to learn more." +config.runtime.pluginArgs = +"Additional arguments for the plugin." config.runtime.fileEncoding = "File encoding. The `ansi` option is only available under the `Windows` platform." config.runtime.builtin = diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua index b673e90f..71eb57e2 100644 --- a/locale/pt-br/setting.lua +++ b/locale/pt-br/setting.lua @@ -26,6 +26,8 @@ config.runtime.nonstandardSymbol = -- TODO: need translate! "Supports non-standard symbols. Make sure that your runtime environment supports these symbols." config.runtime.plugin = -- TODO: need translate! "Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugin) to learn more." +config.runtime.pluginArgs = -- TODO: need translate! +"Additional arguments for the plugin." config.runtime.fileEncoding = -- TODO: need translate! "File encoding. The `ansi` option is only available under the `Windows` platform." config.runtime.builtin = -- TODO: need translate! diff --git a/locale/zh-cn/setting.lua b/locale/zh-cn/setting.lua index 5fa4bf8b..ea83567a 100644 --- a/locale/zh-cn/setting.lua +++ b/locale/zh-cn/setting.lua @@ -26,6 +26,8 @@ config.runtime.nonstandardSymbol = "支持非标准的符号。请务必确认你的运行环境支持这些符号。" config.runtime.plugin = "插件路径,请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/Plugin)了解用法。" +config.runtime.pluginArgs = -- TODO: need translate! +"Additional arguments for the plugin." config.runtime.fileEncoding = "文件编码,`ansi` 选项只在 `Windows` 平台下有效。" config.runtime.builtin = diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua index 9ff8e1a7..60bf52b5 100644 --- a/locale/zh-tw/setting.lua +++ b/locale/zh-tw/setting.lua @@ -26,6 +26,8 @@ config.runtime.nonstandardSymbol = "支援非標準的符號。請務必確認你的執行環境支援這些符號。" config.runtime.plugin = "延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugin)瞭解用法。" +config.runtime.pluginArgs = -- TODO: need translate! +"Additional arguments for the plugin." config.runtime.fileEncoding = "檔案編碼,選項 `ansi` 只在 `Windows` 平台下有效。" config.runtime.builtin = |