Themed translations (i18n)

Comparing #6 with #7

Revision #7 was created by le_top le_top on Nov 24, 2014, 12:03:56 AM.

Remove private environment specific configuration.

Content

[...]
return array(
//...
'components'=>array(
'messages'=>array(
'class' => 'ThemedPhpMessageSource',
                        'cachingDuration'=>$isProduction?'3600':0,
 
 
),
)
);
```

Then in your 'themes/<yourtheme>/messages' directory, add your themed messages as you do for the application and for widgets.
[...]