diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-24 23:07:48 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-24 23:07:48 +0800 |
commit | aefede278514dd0f46299374735385f7ca1fde07 (patch) | |
tree | 5b9aad7563079b1b3c0b78d0f552afa91801b53c /locale/en-us/script.lua | |
parent | 0157c61049c2473058021d0f4b6b8ae65950c94c (diff) | |
download | lua-language-server-aefede278514dd0f46299374735385f7ca1fde07.zip |
update locale
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index f37f53ff..8d902250 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -96,6 +96,8 @@ DIAG_NOT_YIELDABLE = 'The {}th parameter of this function was not marked as yieldable, but an async function was passed in. (Use `---@param name async fun()` to mark as yieldable)' DIAG_DISCARD_RETURNS = 'The return values of this function cannot be discarded.' +DIAG_NEED_CHECK_NIL = +'Need check nil.' DIAG_CIRCLE_DOC_CLASS = 'Circularly inherited classes.' DIAG_DOC_FIELD_NO_CLASS = |