diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-08 16:47:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-08 16:47:17 +0800 |
commit | 4503effc7b22b20e17880a97f49d9dfd022e0ad9 (patch) | |
tree | 1d3c625862a9c9aa0bcf7fb087408f5395edf597 /locale/pt-br/script.lua | |
parent | 4e8b4f2c841a571680b26bc27fdb805b4a5e0a51 (diff) | |
download | lua-language-server-4503effc7b22b20e17880a97f49d9dfd022e0ad9.zip |
cleanup
Diffstat (limited to 'locale/pt-br/script.lua')
-rw-r--r-- | locale/pt-br/script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index a6adc651..2e0b0aa6 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -139,7 +139,7 @@ DIAG_REDUNDANT_RETURN_VALUE_RANGE = -- TODO: need translate! DIAG_MISSING_RETURN = -- TODO: need translate! 'Return value is required here.' DIAG_RETURN_TYPE_MISMATCH = -- TODO: need translate! -'The type of the {index} return value is `{def}`, but the actual return is `{ref}`.' +'The type of the {index} return value is `{def}`, but the actual return is `{ref}`.\n{err}' DIAG_UNKNOWN_OPERATOR = -- TODO: need translate! 'Unknown operator `{}`.' DIAG_UNREACHABLE_CODE = -- TODO: need translate! |