Skip to content

Commit 9a1ae15

Browse files
committed
漏了
1 parent ddf14f0 commit 9a1ae15

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package/nls-zh-cn.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ return {
3232
['config.signatureHelp.enable'] = "启用参数提示。",
3333
['config.hover.enable'] = "启用悬停提示。",
3434
['config.hover.viewString'] = "悬停提示查看字符串内容(仅当字面量包含转义符时)。",
35+
['config.hover.viewStringMax'] = "悬停提示查看字符串内容时的最大长度。",
3536
['config.hover.viewNumber'] = "悬停提示查看数字内容(仅当字面量不是十进制时)。",
3637
['config.awakened.cat'] = 'PLAY WITH ME >_<\n\n(这会启用还处于开发中的beta版,欢迎测试反馈!改变此选项需要重载窗口!)',
3738
['config.develop.enable'] = '开发者模式。请勿开启,会影响性能。',

package/nls.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following example shows loaded files in `C:/lua` and `../lib` ,exclude `../l
3232
['config.signatureHelp.enable'] = "Enable signature help.",
3333
['config.hover.enable'] = "Enable hover.",
3434
['config.hover.viewString'] = "Hover to view the contents of a string (only if the literal contains an escape character).",
35+
['config.hover.viewStringMax'] = "The maximum length of a hover to view the contents of a string.",
3536
['config.hover.viewNumber'] = "Hover to view numeric content (only if literal is not decimal).",
3637
['config.awakened.cat'] = 'PLAY WITH ME >_<\n\n(This will enable the beta version which is still in development. Feedback is welcome! Reload the window after changing this option!)',
3738
['config.develop.enable'] = 'Developer mode. Do not enable, performance will be affected.',

0 commit comments

Comments
 (0)