34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Themed translations (i18n)
Comparing
#6
with
#7
Revision #7 was created by
le_top
on Nov 24, 2014, 12:03:56 AM.
Remove private environment specific configuration.
« Previous (#6)
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.
[...]