Skip to content

Commit 906051f

Browse files
committed
重置
1 parent f5c4e67 commit 906051f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

locale/en-us/script.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ ACTION_DISABLE_DIAG_FILE=
380380
'Disable diagnostics in this file ({}).'
381381
ACTION_MARK_ASYNC =
382382
'Mark current function as async.'
383+
ACTION_ADD_DICT =
384+
'Add \'{}\' to workspace dict'
383385

384386
COMMAND_DISABLE_DIAG =
385387
'Disable diagnostics'
@@ -399,7 +401,8 @@ COMMAND_JSON_TO_LUA =
399401
'Convert JSON to Lua'
400402
COMMAND_JSON_TO_LUA_FAILED =
401403
'Convert JSON to Lua failed: {}'
402-
404+
COMMAND_ADD_DICT =
405+
'Add Word to dictionary'
403406
COMPLETION_IMPORT_FROM =
404407
'Import from {}'
405408
COMPLETION_DISABLE_AUTO_REQUIRE =

0 commit comments

Comments
 (0)