diff options
-rw-r--r-- | locale/en-us/setting.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua index 99b027b8..112640c0 100644 --- a/locale/en-us/setting.lua +++ b/locale/en-us/setting.lua @@ -255,7 +255,7 @@ config.format.defaultConfig = The default format configuration. Has a lower priority than `.editorconfig` file in the workspace. Read [formatter docs](https://github.com/CppCXY/EmmyLuaCodeStyle/tree/master/docs) to learn usage. ]] -config.spell.dict = -- TODO: need translate! +config.spell.dict = 'Custom words for spell checking.' config.telemetry.enable = [[ @@ -303,8 +303,8 @@ config.diagnostics['redefined-local'] = 'Enable redefined local variable diagnostics.' config.diagnostics['newline-call'] = 'Enable newline call diagnostics. Is\'s raised when a line starting with `(` is encountered, which is syntactically parsed as a function call on the previous line.' -config.diagnostics['newfield-call'] = -- TODO: need translate! -'在字面量表中,2行代码之间缺少分隔符,在语法上被解析为了一次索引操作' +config.diagnostics['newfield-call'] = +'Enable newfield call diagnostics. It is raised when the parenthesis of a function call appear on the following line when defining a field in a table.' config.diagnostics['redundant-parameter'] = 'Enable redundant function parameter diagnostics.' config.diagnostics['ambiguity-1'] = |