yii-multilanguage
yii-multilanguage copied to clipboard
Yii multilanguage extension
This is to fix issue #3 After second commit, this fixes #6
When you open model generator, select existing model, preview and then activate "diff" option, it sends ajax request to server ``` /en/gii/model/0/diff ``` And it loads the same page in...
When I set up this extension and try basic captcha form, Yii returns 404 for image location ``` /en/user/captcha/v/531daede6ebe2 ``` and image refresh url ``` /en/user/captcha/refresh/1?_=1394451752231 ``` That is because...
This is to fix issue #1
While current language is "en", "urlFormat" is "path", when you create URL ``` PHP $url = Yii::app()->getUrlManager()->createUrl('controller/view', array('id' => 2, 'content-language' => 'ru')); ``` You get an url, that is...