stefanotorresi / my-i18n
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Zend Framework 2 module for locale detection and management.
1.0.1-beta
2014-02-24 12:55 UTC
Requires
- php: >=5.4.1
- doctrine/doctrine-module: ~0.8
- doctrine/doctrine-orm-module: ~0.8
- gedmo/doctrine-extensions: ~2.3
- stefanotorresi/my-base: 1.*
- zendframework/zendframework: ~2.2
Suggests
- ext-intl: Intl extension is pretty much a requirement for this module
This package is auto-updated.
Last update: 2022-02-01 12:22:34 UTC
README
MyI18n is a Zend Framework 2 module that provides some internationalization features for zf2 applications. It's meant to be used along with MyBackend.
Features
- Locale management via MyBackend UI
- Locale detection via different sorts of handlers
- A Navigation for language selection
- Doctrine Translatable extension wiring
TO-DO
- Lotsa unit testing
- Better route handler
- Detection handler management via UI
Zend\I18n\Translator\Translator
messages and domains management via UI
Disclaimer
This module is under heavy development.
Credits
The detection listeners are largely inspired by Matt Cockayne's ZucchiLocale.