You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/internationalization/locales/en.cts
+4
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ export = {
94
94
failed_to_resolve_link_to_0_in_document_1_may_have_meant_2: `Failed to resolve link to "{0}" in document {1}. You may have wanted "{2}"`,
95
95
type_0_defined_in_1_is_referenced_by_2_but_not_included_in_docs: `{0}, defined in {1}, is referenced by {2} but not included in the documentation`,
96
96
reflection_0_kind_1_defined_in_2_does_not_have_any_documentation: `{0} ({1}), defined in {2}, does not have any documentation`,
97
+
invalid_intentionally_not_documented_names_0:
98
+
"The following qualified reflection names were marked as intentionally not documented, but were either not referenced in the documentation, or were documented:\n\t{0}",
97
99
invalid_intentionally_not_exported_symbols_0:
98
100
"The following symbols were marked as intentionally not exported, but were either not referenced in the documentation, or were exported:\n\t{0}",
99
101
reflection_0_has_unused_mergeModuleWith_tag:
@@ -375,6 +377,8 @@ export = {
375
377
"A list of types which should not produce 'referenced but not documented' warnings",
376
378
help_requiredToBeDocumented:
377
379
"A list of reflection kinds that must be documented",
380
+
help_intentionallyNotDocumented:
381
+
"A list of full reflection names which should not produce warnings about not being documented",
378
382
help_validation:
379
383
"Specify which validation steps TypeDoc should perform on your generated documentation",
0 commit comments