xemlock / zend1-translations

A Zend Framework 1 module providing better translations for built-in validation messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zend1-translations

A Zend Framework 1 module providing translations of validation messages.

Justification

The original translations contain %value% placeholder which causes the validated value to be injected in the error messages, which is a horrific idea, especially for long input values.

Installation

composer require xemlock/zend1-translations

License

MIT

About

A Zend Framework 1 module providing better translations for built-in validation messages

License:MIT License


Languages

Language:PHP 100.0%