Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanotorresi/myi18n
*DISCONTINUED* A Zend Framework 2 module that provides some internationalization features for zf2 applications
https://github.com/stefanotorresi/myi18n
Last synced: 18 days ago
JSON representation
*DISCONTINUED* A Zend Framework 2 module that provides some internationalization features for zf2 applications
- Host: GitHub
- URL: https://github.com/stefanotorresi/myi18n
- Owner: stefanotorresi
- Created: 2012-12-04T10:26:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T17:54:58.000Z (over 10 years ago)
- Last Synced: 2024-10-03T16:22:15.263Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 643 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MyI18n
===
[![Latest Stable Version](https://poser.pugx.org/stefanotorresi/my-i18n/v/stable.png)](https://packagist.org/packages/stefanotorresi/my-i18n)
[![Latest Unstable Version](https://poser.pugx.org/stefanotorresi/my-i18n/v/unstable.png)](https://packagist.org/packages/stefanotorresi/my-i18n)
[![Build Status](https://travis-ci.org/stefanotorresi/MyI18n.png?branch=master)](https://travis-ci.org/stefanotorresi/MyI18n)
[![Code Coverage](https://scrutinizer-ci.com/g/stefanotorresi/MyI18n/badges/coverage.png?s=48215f77594611dcb53ff4d59b4cba13b989dac4)](https://scrutinizer-ci.com/g/stefanotorresi/MyI18n/)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/stefanotorresi/MyI18n/badges/quality-score.png?s=cd9b225a535e126fc40f6326eee08df85efef536)](https://scrutinizer-ci.com/g/stefanotorresi/MyI18n/)MyI18n is a Zend Framework 2 module that provides some internationalization features for zf2 applications.
It's meant to be used along with [MyBackend](https://github.com/stefanotorresi/MyBackend).Features
---- Locale management via [MyBackend](https://github.com/stefanotorresi/MyBackend) UI
- Locale detection via different sorts of handlers
- A Navigation for language selection
- Doctrine [Translatable](https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/translatable.md) extension wiringTO-DO
---- Lotsa unit testing
- Better route handler
- Detection handler management via UI
- `Zend\I18n\Translator\Translator` messages and domains management via UIDisclaimer
---This module is under heavy development.
Credits
---The detection listeners are largely inspired by [Matt Cockayne](https://github.com/zucchi)'s [ZucchiLocale](https://github.com/zucchi/ZucchiLocale).