php-json-schema icon indicating copy to clipboard operation
php-json-schema copied to clipboard

Add human-readable localizable validation failure messages

Open vearutop opened this issue 6 years ago • 1 comments

Somewhat similar to https://github.com/epoberezkin/ajv-i18n or based on it.

To address the concern raised in https://github.com/opis/json-schema/issues/14.

vearutop avatar Oct 25 '19 20:10 vearutop

This would be nice along with #103. Having all errors presented in an easy to process structure and additionally the option (if installed use it, otherwise return English only). Implicitly running a code path to a library like https://github.com/epoberezkin/ajv-i18n is not necessary for some use cases.

skewty avatar Mar 02 '21 20:03 skewty