fix: localize text validators message (#6719)

This commit is contained in:
Arsène Reymond
2025-12-14 16:56:11 +01:00
committed by GitHub
parent 43c2c9552b
commit 08ccced734
3 changed files with 52 additions and 13 deletions

View File

@@ -1428,5 +1428,13 @@
"is-like": "is like",
"is-not-like": "is not like"
}
},
"validators": {
"required": "This Field is Required",
"invalid-email": "Email Must Be Valid",
"invalid-url": "Must Be A Valid URL",
"no-whitespace": "No Whitespace Allowed",
"min-length": "Must Be At Least {min} Characters",
"max-length": "Must Be At Most {max} Characters"
}
}