-- Саша Стаменковић <[email protected]> wrote (on Wednesday, 01 August 2012, 03:19 PM +0200): > I updated to latest zf2 master and I noticed Locale is moved to I18n. More > important, there is no CLDR! > > What is happening? How can I fetch locale data (languages/territories) now?
We removed the ZF1 i18n/l10n layer as of beta5, and are now leveraging PHP's built-in ext/intl functionality. As such, use PHP's native Locale class, and the various other ext/intl classes. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
