Themed translations (i18n)

Comparing #6 with #7

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.
[...]