diff options
author | carsakiller <carsakiller@gmail.com> | 2022-07-27 13:02:14 -0400 |
---|---|---|
committer | carsakiller <carsakiller@gmail.com> | 2022-07-27 13:02:14 -0400 |
commit | 0b70144cbf10a84de1ab2f1b3df5a5f1edd62b18 (patch) | |
tree | 63638abafac48dcc65dab590df18e0d418db0e33 /locale/pt-br/setting.lua | |
parent | 796563cdb7ca57d6780f042c75e1daf9728e0b31 (diff) | |
download | lua-language-server-0b70144cbf10a84de1ab2f1b3df5a5f1edd62b18.zip |
fix: wiki link references
Diffstat (limited to 'locale/pt-br/setting.lua')
-rw-r--r-- | locale/pt-br/setting.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua index 71eb57e2..79c3770b 100644 --- a/locale/pt-br/setting.lua +++ b/locale/pt-br/setting.lua @@ -25,7 +25,7 @@ config.runtime.unicodeName = -- TODO: need translate! 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." +"Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more." config.runtime.pluginArgs = -- TODO: need translate! "Additional arguments for the plugin." config.runtime.fileEncoding = -- TODO: need translate! @@ -259,7 +259,7 @@ config.spell.dict = -- TODO: need translate! 'Custom words for spell checking.' config.telemetry.enable = -- TODO: need translate! [[ -Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy). +Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Home#privacy). ]] config.misc.parameters = -- TODO: need translate! '[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.' |