xemlock / zend1-translations
A ZF1 module that provides better translations for validation messages
Installs: 118
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:zend1-module
Requires
- php: >=5.2.11
- xemlock/zend1-composer-installer: ^0.1.0
- zendframework/zendframework1: ^1.12
This package is auto-updated.
Last update: 2024-11-09 08:14:11 UTC
README
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