This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-i18n 2.7.4
weierophinney
released this
17 May 17:03
·
287 commits
to master
since this release
Added
- Nothing.
Changes
- #65 updates the
PostCode
validation for Ireland to support Eircode (https://www.eircode.ie/what-is-eircode)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #74 fixes how the
LoaderPluginManagerFactory
factory initializes the plugin manager instance, ensuring it is injecting the relevant configuration from theconfig
service and thus seeding it with configured translator loader services. This means that thetranslator_plugins
configuration will now be honored in non-zend-mvc contexts. - #56 adds more aliases to the
LoaderPluginManager
to ensure different cAsIng strategies will still resolve translation loaders under zend-servicemanager v3. - #62 fixes an issue with how the gettext adapter resolves
PoEdit
source keywords when a text_domain is defined. - #73 provides a workaround within the
CurrencyFormat
view helper for an ICU bug (http://bugs.icu-project.org/trac/ticket/10997).