Is there any mechanism in yii framework to translate messages in javascript source files.
For example with:
yiic message config-message.php
I can generate translation .php files for all Yii::t().
Is it possible to generate .js files with the same mechanism. Currently I'm including to my javascript json data with table returned by translation file.