diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-07-16 15:55:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-07-16 15:55:47 +0800 |
commit | bdd5d388f5f45d48a14fefece2826809e6f25d3a (patch) | |
tree | 25a89a518863521ebe805a8a0162ebe1bc4fcd36 /locale/en-US/script.lni | |
parent | 458d20d53f331a8de0a07d4322a3eae2551d1763 (diff) | |
download | lua-language-server-bdd5d388f5f45d48a14fefece2826809e6f25d3a.zip |
检查修改了循环变量
Diffstat (limited to 'locale/en-US/script.lni')
-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 db88e635..6e6dd9b8 100644 --- a/locale/en-US/script.lni +++ b/locale/en-US/script.lni @@ -32,6 +32,7 @@ DIAG_DUPLICATE_PARAM = 'Duplicate param.' 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.' MWS_NOT_SUPPORT = '{} dose not support multi workspace for now, I may need to restart to support the new workspace ...' MWS_RESTART = 'Restart' |