Skip to content

Commit 2c574f1

Browse files
committed
fix(diagnostics): remove duplicate translations for missing-local-doc in en_us
1 parent ad9ee6d commit 2c574f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

locale/en-us/script.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ DIAG_MISSING_GLOBAL_DOC_PARAM =
126126
'Missing @param annotation for parameter `{}` in global function `{}`.'
127127
DIAG_MISSING_GLOBAL_DOC_RETURN =
128128
'Missing @return annotation at index `{}` in global function `{}`.'
129-
DIAG_MISSING_LOCAL_DOC_COMMENT = -- TODO: need translate!
130-
'Missing comment for local function `{}`.'
131-
DIAG_MISSING_LOCAL_DOC_PARAM = -- TODO: need translate!
132-
'Missing @param annotation for parameter `{}` in local function `{}`.'
133-
DIAG_MISSING_LOCAL_DOC_RETURN = -- TODO: need translate!
134-
'Missing @return annotation at index `{}` in local function `{}`.'
135129
DIAG_MISSING_LOCAL_DOC_COMMENT =
136130
'Missing comment for local function `{}`.'
137131
DIAG_MISSING_LOCAL_DOC_PARAM =

0 commit comments

Comments
 (0)