summaryrefslogtreecommitdiff
path: root/locale/pt-br
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-08 16:47:17 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-08 16:47:17 +0800
commit4503effc7b22b20e17880a97f49d9dfd022e0ad9 (patch)
tree1d3c625862a9c9aa0bcf7fb087408f5395edf597 /locale/pt-br
parent4e8b4f2c841a571680b26bc27fdb805b4a5e0a51 (diff)
downloadlua-language-server-4503effc7b22b20e17880a97f49d9dfd022e0ad9.zip
cleanup
Diffstat (limited to 'locale/pt-br')
-rw-r--r--locale/pt-br/script.lua2
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!