diff options
author | CppCXY <812125110@qq.com> | 2022-05-24 11:57:39 +0800 |
---|---|---|
committer | CppCXY <812125110@qq.com> | 2022-05-24 11:57:39 +0800 |
commit | b51c930f3cca060b10ab724666c9f5265cefd517 (patch) | |
tree | bdc5296f83672c9694bc5d113c0202e126442e05 /locale | |
parent | f0f80fdf1b5c83467687541ffda36cabb8f9bd62 (diff) | |
download | lua-language-server-b51c930f3cca060b10ab724666c9f5265cefd517.zip |
重置代码,取消多余的提交
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 1cba9dd5..2d972f18 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -380,6 +380,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' @@ -399,7 +401,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 = |