Skip to content

Commit 768da5d

Browse files
authored
Merge pull request #245 from taminomara/master
Fix build
2 parents 9ae3488 + c0b8618 commit 768da5d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.nls.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"config.common.enum.default.description": "Use value from `.emmyrc.json` or fall back to default",
3+
"config.common.enum.off.description": "Override `.emmyrc.json` and disable this option",
4+
"config.common.enum.on.description": "Override `.emmyrc.json` and enable this option",
25
"config.emmylua.codeAction.insertSpace.description": "Add space after `---` comments when inserting `@diagnostic disable-next-line`.",
36
"config.emmylua.codeLens.enable.description": "Enable code lens.",
47
"config.emmylua.colors.global.description": "If not empty, highlights global variables with the given color",

package.nls.zh-cn.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"config.common.enum.default.description": "Use value from `.emmyrc.json` or fall back to default",
3+
"config.common.enum.off.description": "Override `.emmyrc.json` and disable this option",
4+
"config.common.enum.on.description": "Override `.emmyrc.json` and enable this option",
25
"config.emmylua.codeAction.insertSpace.description": "Add space after `---` comments when inserting `@diagnostic disable-next-line`.",
36
"config.emmylua.codeLens.enable.description": "Enable code lens.",
47
"config.emmylua.colors.global.description": "If not empty, highlights global variables with the given color",

0 commit comments

Comments
 (0)