I am trying to localize the interface of my NocoBase application for users. However, I encountered the fact that the validation text of required fields* (This field is invalid) is not translated through the Localization plugin
I did not find it in the texts for translation using the search:
I’m currently using v 1.8.20. I didn’t configure any custom validation messages on this field. I just mark this field as required.
here’s what’s interesting
This is how the error is displayed in Google Chrome
and this is how it is displayed in Firefox
I can create custom validation message like this “Legnth from 2 to 4”. But if i just want user fill in a field (didn’t leave it blank) this errors “This field is invalid” and “The field value is required” displays by default and I can’t change or translate them.