Changes
Title
unchanged
Entire Messages into javascript object
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
javascript, messages, i18n
Content
changed
I needed
the all messages with their translation into javascript.
This is my solution:
1
.- Extend CPhpMessageSource, creating MPhpMessageSource into protected/components :
```php[...]
}
```
2.- You add this to protected/config/main.php into components array:[...]
```
3.- You add this code into your view:
```php
<script type="text/javascript">[...]