Skip to content

ignore_code_scan_prop

IGNORE a (component, prop) - or a WHOLE component (omit prop) - as NON-translatable, removing it from the console's candidate list. The complement of confirm/propose: mark the clearly non-text pairs (ids, keys, css classes, variant enums, test ids, data-* , event handlers, technical config) so the human's list shrinks to real decisions. Omit prop when the component NEVER carries translatable text (e.g. a purely structural or imported utility). DEDUP by triple, idempotent 200. Reversible with unignore_code_scan_prop.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
componentstringrequiredComponent or tag name, exactly as it appears in the inventory (e.g. Field, input).
propstringoptionalProp to ignore; OMIT to ignore EVERY prop of the component.
{
"tool": "ignore_code_scan_prop",
"arguments": {
"component": "<component>"
}
}