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.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index 9844936d..16a3ffa5 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -198,7 +198,9 @@ COMMAND_UNICODE_NAME = 'Allow Unicode characters.'
COMMAND_JSON_TO_LUA = 'Convert JSON to Lua'
COMMAND_JSON_TO_LUA_FAILED = 'Convert JSON to Lua failed: {}'
-COMPLETION_IMPORT_FROM = 'Import from {}'
+COMPLETION_IMPORT_FROM = 'Import from {}'
+COMPLETION_DISABLE_AUTO_REQUIRE = 'Disable auto require'
+COMPLETION_ASK_AUTO_REQUIRE = 'Add the code at the top of the file to require this file?'
DEBUG_MEMORY_LEAK = "{} I'm sorry for the serious memory leak. The language service will be restarted soon."
DEBUG_RESTART_NOW = 'Restart now'