-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Description
My use case: I want to catch untranslated strings, for example
<p>hello</p>
<img alt="bird" />
which is supported, but also want to allow:
<Button color="primary" />
My proposal is to add config of props to be checked and default value can be:
["title", "alt", "aria-label", "aria-details", "placeholder"]
WDYT?
PS I'm a bit confused by ignoreProps
vs noAttributeStrings
.
OliverJAsh, samhh, lexek and SimonSimCity