We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9ee6d commit 2c574f1Copy full SHA for 2c574f1
1 file changed
locale/en-us/script.lua
@@ -126,12 +126,6 @@ DIAG_MISSING_GLOBAL_DOC_PARAM =
126
'Missing @param annotation for parameter `{}` in global function `{}`.'
127
DIAG_MISSING_GLOBAL_DOC_RETURN =
128
'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 `{}`.'
135
DIAG_MISSING_LOCAL_DOC_COMMENT =
136
'Missing comment for local function `{}`.'
137
DIAG_MISSING_LOCAL_DOC_PARAM =
0 commit comments