From 7ff91cdfa6cd43f0e3d628c94709db9dc5e2922f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 13 Apr 2021 11:38:50 +0800 Subject: resolve #494 new diagnostic: `deprecated` --- locale/en-us/script.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'locale/en-us') diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 28ccb8a7..9fbcb72e 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -40,6 +40,7 @@ DIAG_REQUIRE_LIKE = 'You can treat `{}` as `require` by setting.' DIAG_COSE_NON_OBJECT = 'Cannot close a value of this type. (Unless set `__close` meta method)' DIAG_COUNT_DOWN_LOOP = 'Do you mean `{}` ?' DIAG_IMPLICIT_ANY = 'Can not infer type.' +DIAG_DEPRECATED = 'Deprecated.' DIAG_CIRCLE_DOC_CLASS = 'Circularly inherited classes.' DIAG_DOC_FIELD_NO_CLASS = 'The field must be defined after the class.' -- cgit v1.2.3