zendframework / zend-i18n

I18n component from Zend Framework
BSD 3-Clause "New" or "Revised" License
65 stars 49 forks source link

Standalone package #40

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

This patch imports functionality that is zend-i18n-specific, but only available in zend-mvc; specifically, the TranslatorPluginManager factory. Additionally, it creates both a ConfigProvider and a Module class in the top-level namespace, providing configuration for:

The ConfigProvider and TranslatorPluginManager are exposed to zend-component-installer via the composer.json.

This functionality can be released with an immediate 2.7.0 release without conflict, allowing usage with zend-expressive, and development versions of zend-mvc (where the parallel functionality can now be removed).