laminas / laminas-i18n-resources

Provides validator and captcha translations for laminas-i18n's Translator
https://docs.laminas.dev/laminas-i18n-resources/
BSD 3-Clause "New" or "Revised" License
9 stars 9 forks source link

Wrong translation ids in german translation file #6

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

source: zendframework/zend-i18n-resources/languages/de/Zend_Validate.php

right: File has an incorrect mimetype of '%type%' wrong: File has a false mimetype of '%type%'

right: The mimetype could not be detected from the file wrong: The mimetype of file could not be detected

and some others


Originally posted by @mb-tec at https://github.com/zendframework/zend-i18n-resources/issues/27

froschdesign commented 4 years ago

We must check the message identifiers for conflicts / BC breaks with older versions of laminas-validator.

froschdesign commented 4 years ago

Related to #4