diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-05-28 01:39:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 01:39:13 +0800 |
commit | 6185d71449048178faa98e427db82675c70fc4a3 (patch) | |
tree | ccd5924ef27fc9db0088ad5d2ce6015257d5bebf /locale | |
parent | e98a7d7d043f020ff6f21c6b977a3f64b31f6017 (diff) | |
parent | 6866310d167750dbe9fd3d2d319c654a10b3c15b (diff) | |
download | lua-language-server-6185d71449048178faa98e427db82675c70fc4a3.zip |
Merge pull request #1152 from CppCXY/master
spell checker
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en-us/script.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index f6c069fc..6f01c520 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -384,6 +384,8 @@ ACTION_DISABLE_DIAG_FILE= 'Disable diagnostics in this file ({}).' ACTION_MARK_ASYNC = 'Mark current function as async.' +ACTION_ADD_DICT = +'Add \'{}\' to workspace dict' COMMAND_DISABLE_DIAG = 'Disable diagnostics' @@ -403,7 +405,8 @@ COMMAND_JSON_TO_LUA = 'Convert JSON to Lua' COMMAND_JSON_TO_LUA_FAILED = 'Convert JSON to Lua failed: {}' - +COMMAND_ADD_DICT = +'Add Word to dictionary' COMPLETION_IMPORT_FROM = 'Import from {}' COMPLETION_DISABLE_AUTO_REQUIRE = |