Extends
lithium\net\http\RouteSource
protected function _init() {
$this->_config['template'] = '/{:locale:[a-z]+[a-z]+}' . $this->_config['template'];
$this->_config['params'] += array('locale' => null);
parent::_init();
}
protected function _init() {
$this->_config['template'] = '/{:locale:[a-z]+[a-z]+}' . $this->_config['template'];
$this->_config['params'] += array('locale' => null);
parent::_init();
}