I need to find a powerful solution to work with l18n. Cases:
- Translations needs to be stored in database;
- It have managing page;
- I can watch where this translations are used.
I think that it could be something like Yii::t + CDbMessageSource. Maybe anybody knows ready-to-deploy extension? Thank you.