This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-i18n 2.9.0
·
163 commits
to master
since this release
Added
- #93 adds two methods to
Translator,getCacheId(string $textDomain, string $locale),
andclearCache(string $textDomain, string $locale).
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #96 ensures that the
TranslatorServiceFactoryinjects the configuredTranslatorPluginManager,
if any, before returning it. This ensures that configured remote loaders can be utilized.