zend-i18n
zend-i18n copied to clipboard
I18n component from Zend Framework
I see that this package only provides translation for locale short codes like `fr` or `en`. It is a problem when you want to translate framework messages with a locale...
Hello! I just think you need a `Zend\I18n\Form\Element\DateTime`. I'm from Brazil and I'm using a `Zend\Form\Element\Text` with a `Zend\I18n\Validate\DateTime` instead of `Zend\Form\Element\DateTime`, because I can't use that with locale. How...
> `Object of class Zend\I18n\Translator\TextDomain could not be converted to string` Switching to another adapter (like `memory`) works fine, looks like this happens because `Filesystem` doesn’t do any serialization, just:...
The validator "DateTime" needs some explanations and code examples. https://github.com/zendframework/zend-i18n/blob/master/src/Validator/DateTime.php
The validator "PhoneNumber" needs some explanations and code examples. https://github.com/zendframework/zend-i18n/blob/master/src/Validator/PhoneNumber.php
## The Idea Recently we talked on Slack about having parameters support for translated strings. I made a research of how other frameworks are already doing it. ## Other Frameworks...
# Problem The `PostCode` validator allows additional validations via an optional service callback. The callback runs before the standard validation of the `PostCode` class. Internally, the additional validation is done...
Related to #107
- [x] I was not able to find an [open](https://github.com/zendframework/zend-i18n/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-i18n/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/)...
- [x] I was not able to find an [open](https://github.com/zendframework/zend-i18n/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-i18n/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/)...