diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-15 18:47:56 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-15 18:47:56 +0800 |
commit | be7c40b012cfc269a25cc3d8ef0dd4eefd99b461 (patch) | |
tree | a84cac2f6ab768cfc9de39291f539443c1d38e38 /server/locale/en-US | |
parent | c8e51355694ea523ebfbf34c576868c6c59c166c (diff) | |
download | lua-language-server-be7c40b012cfc269a25cc3d8ef0dd4eefd99b461.zip |
检查多余的赋值
Diffstat (limited to 'server/locale/en-US')
-rw-r--r-- | server/locale/en-US/script.lni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index 5da02108..0fac11c8 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -9,6 +9,7 @@ DIAG_REDEFINED_LOCAL = 'Redefined local `{}`.' DIAG_DUPLICATE_INDEX = 'Duplicate index `{}`.' DIAG_PREVIOUS_CALL = 'Parsed as function call for the previous line. It may be necessary to add a `;` before.' DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed {:d}.' +DIAG_OVER_MAX_ARGS = 'Only has {} variables, but you set {} values.' DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add brackets.' DIAG_LOWERCASE_GLOBAL = 'Global variable in lowercase initial' DIAG_DIAGNOSTICS = 'Diagnostics' |