Respect / Validation

The most awesome validation engine ever created for PHP
https://respect-validation.readthedocs.io
MIT License
5.76k stars 774 forks source link

messages translate #1382

Closed Bruce-chai closed 1 year ago

Bruce-chai commented 2 years ago

How to translate messages into Chinese?

alganet commented 1 year ago

Please check the following docs:

https://github.com/Respect/Validation/blob/master/docs/message-translation.md

And this example as an alternative:

https://github.com/Respect/Validation/blob/master/tests/integration/translator-assert.phpt

If these are not enough. Feel free to reopen this with a code sample of a validator you'd like to translate.