Each locale now resides in its own directory.
{
"require": {
"croogo/locale": "2.0.x-dev"
}
}
Add the following to Config/bootstrap.php
<?php
App::build(array(
'Locale' => array(APP . 'Vendor' . DS . 'croogo' . DS . 'locale' . DS ),
), App::APPEND);