Skip to content

Commit 6185d71

Browse files
authored
Merge pull request #1152 from CppCXY/master
spell checker
2 parents e98a7d7 + 6866310 commit 6185d71

File tree

9 files changed

+83204
-3
lines changed

9 files changed

+83204
-3
lines changed

locale/en-us/script.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@ ACTION_DISABLE_DIAG_FILE=
384384
'Disable diagnostics in this file ({}).'
385385
ACTION_MARK_ASYNC =
386386
'Mark current function as async.'
387+
ACTION_ADD_DICT =
388+
'Add \'{}\' to workspace dict'
387389

388390
COMMAND_DISABLE_DIAG =
389391
'Disable diagnostics'
@@ -403,7 +405,8 @@ COMMAND_JSON_TO_LUA =
403405
'Convert JSON to Lua'
404406
COMMAND_JSON_TO_LUA_FAILED =
405407
'Convert JSON to Lua failed: {}'
406-
408+
COMMAND_ADD_DICT =
409+
'Add Word to dictionary'
407410
COMPLETION_IMPORT_FROM =
408411
'Import from {}'
409412
COMPLETION_DISABLE_AUTO_REQUIRE =

0 commit comments

Comments
 (0)