equals-field relies on a new agreement: multiple selectors!
Unfortunately, this is not supported by translate-errors, which assumes that you've gone through attr
I imagine the solution would be to make a selector be run against a "map-if-vector" in translate-errors or enforce that all selectors must be a list, and then update the translation for equals-field to pull first-selector and second-selector from the vector
Alternatively, any key matching *selector (or that's in a supplied vector?) could be translated, that could work too... and would allow for multiple in a different sense (I could equals-field to any field)
equals-fieldrelies on a new agreement: multiple selectors!Unfortunately, this is not supported by translate-errors, which assumes that you've gone throughattrI imagine the solution would be to make a selector be run against a "map-if-vector" intranslate-errorsor enforce that all selectors must be a list, and then update the translation forequals-fieldto pull first-selector and second-selector from the vectorAlternatively, any key matching *selector (or that's in a supplied vector?) could be translated, that could work too... and would allow for multiple in a different sense (I could equals-field to any field)