summaryrefslogtreecommitdiff
path: root/locale/en-us/script.lua
diff options
context:
space:
mode:
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r--locale/en-us/script.lua5
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 =