summaryrefslogtreecommitdiff
path: root/locale/pt-br/setting.lua
diff options
context:
space:
mode:
authorNicholas Dunn <nexela@gmail.com>2022-07-23 02:45:09 -0400
committerNicholas Dunn <nexela@gmail.com>2022-07-23 02:45:09 -0400
commitce3b062dd0c6ca5dde0e464ff0d0ac142ba197bf (patch)
treebb7b5894f1eb9ac06762c3c122fb48e62c043a3f /locale/pt-br/setting.lua
parent05a098f7ed731b2a3a6d068d5e9d7dfeacc67be0 (diff)
downloadlua-language-server-ce3b062dd0c6ca5dde0e464ff0d0ac142ba197bf.zip
Plugin enchancements
Adds config.runtime.plugingArgs Adds pluginPath to package.path. Closes #1297 Adds log.warn() when specified plugin can't be found Possible Changelog entry: ```txt * `NEW` `Lua.runtime.pluginArgs` * `CHG` add plugin path in package.path ```
Diffstat (limited to 'locale/pt-br/setting.lua')
-rw-r--r--locale/pt-br/setting.lua2
1 files changed, 2 insertions, 0 deletions
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!