summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-07-18 10:10:22 +0800
committerGitHub <noreply@github.com>2023-07-18 10:10:22 +0800
commit9e1e7cc7f10217b7aaefb45ed7c983896f9738ec (patch)
tree5aebc1a9407d40cf1eca1b2a0b9e5910705646df /locale
parent00fdd473c50948502b2ca114a9c95793db486135 (diff)
parent76315ef4d25c1e81c3e2878236d2c09da681aa95 (diff)
downloadlua-language-server-9e1e7cc7f10217b7aaefb45ed7c983896f9738ec.zip
Merge pull request #2177 from sewbacca/feature/shortcut-autorequire
[Feature] Add action to autorequire undefined globals
Diffstat (limited to 'locale')
-rw-r--r--locale/en-us/script.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index 19bded8d..47e1d752 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -448,6 +448,8 @@ ACTION_ADD_DICT =
'Add \'{}\' to workspace dict'
ACTION_FIX_ADD_PAREN = -- TODO: need translate!
'Add parentheses.'
+ACTION_AUTOREQUIRE = -- TODO: need translate!
+"Import '{}' as {}"
COMMAND_DISABLE_DIAG =
'Disable diagnostics'