diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-16 11:27:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-16 11:27:17 +0800 |
commit | 8c464f8fa237d85d2c99c7b36d8a62d9bcecda81 (patch) | |
tree | 85c6d6bdcd9ab446cd924bad745da5c05bdec070 /locale/en-US | |
parent | 4e23000383857307e33ec255fe71e2e020413615 (diff) | |
download | lua-language-server-8c464f8fa237d85d2c99c7b36d8a62d9bcecda81.zip |
诊断检查 break 后的代码
Diffstat (limited to 'locale/en-US')
-rw-r--r-- | locale/en-US/script.lni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en-US/script.lni b/locale/en-US/script.lni index ac792282..c8e832a5 100644 --- a/locale/en-US/script.lni +++ b/locale/en-US/script.lni @@ -33,6 +33,7 @@ DIAG_NEED_CLASS = 'Class needs to be defined first.' DIAG_DUPLICATE_FIELD = 'Duplicate field.' DIAG_SET_CONST = 'Assignment to const variable.' DIAG_SET_FOR_STATE = 'Assignment to for-state variable.' +DIAG_CODE_AFTER_BREAK = 'Unable to execute code after `break`.' DIAG_CIRCLE_DOC_CLASS = 'Circularly inherited classes.' DIAG_DOC_FIELD_NO_CLASS = 'The field must be defined after the class.' |