tstranslation Yii multilanguage extension with dynamic content translate functionality

TsTranslation

  1. Easy to install, easy to use, many functionality...
  2. Versions

Extension for Yii framework (version 1.1.*).
Easy to make Yii applications (web pages) multilanguage. You can discuss extension in TsTranslation topic .
Topic in Russain forum

You can try Demo of extension just now.

Easy to install, easy to use, many functionality...

  • Download latest version of TsTranslation extension ,
  • Unpack tstranslatin-*.*.*.zip to extension folder of your Yii project: .../protected/extensions/tstranslation,
  • Import tstranslation.sql into your database,
  • Read documentation and try Demo

Versions

Version 1.1.0
  • Added message delete method

    ~~~ [php] TsTranslation::delete() ~~~

  • Fixed bug associated with "dynamic content translation" model attributes (now not necessary define translatable attributes in model).
  • Added functionality to use another Db Connection for extension.
Version 1.1.1
  • Fixed issue associated with TsTranslation::save() method. Now standart messages also can be saved, regardless it instanceof CActiveRecord or not

    ~~~ [php] TsTranslation::save('category', 'message') ~~~