Skip to main content

Function: isUntranslatedTextLabel()

function isUntranslatedTextLabel(
child: Readonly<JSXChild>,
ignoredStrings: ReadonlySet<string>
): boolean;

Defined in: _internal/docusaurus-translation-ast.ts:109

Check whether a static label contains text not covered by ignored tokens.

Parametersโ€‹

childโ€‹

Readonly<JSXChild>

ignoredStringsโ€‹

ReadonlySet<string>

Returnsโ€‹

boolean