Skip to content

Commit f7e0e7a

Browse files
committed
update locale of Lua.format.enable
1 parent 845e00a commit f7e0e7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

locale/en-us/setting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ config.hint.arrayIndex.Auto =
195195
'Show hints only when the table is greater than 3 items, or the table is a mixed table.'
196196
config.hint.arrayIndex.Disable =
197197
'Disable hints of array index.'
198+
config.format.enable =
199+
'Enable code formatter.'
198200
config.telemetry.enable =
199201
[[
200202
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).

locale/zh-cn/setting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ config.hint.arrayIndex.Auto =
195195
'只有表大于3项,或者表是混合类型时才进行提示。'
196196
config.hint.arrayIndex.Disable =
197197
'禁用数组索引提示。'
198+
config.format.enable =
199+
'启用代码格式化程序。'
198200
config.telemetry.enable =
199201
[[
200202
启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/sumneko/lua-language-server/wiki/%E9%9A%90%E7%A7%81%E5%A3%B0%E6%98%8E)阅读我们的隐私声明。

0 commit comments

Comments
 (0)