Problem
The translation files contain two main problems:
- missing message identifiers
- for a single message of a validator class
- for all messages of a validator class (e.g.
Zend\Validator\GpsPoint)
- outdated message identifiers
Suggestion
Create a script to extract all messages from validator and captcha classes and check all message identifiers in the translation files.
Any help is welcome and appreciated!
Originally posted by @froschdesign at zendframework/zend-i18n-resources#43