Revision #3 has been created by rainyjune on Jun 16, 2010, 2:32:58 AM with the memo:
add Chinese version
« previous (#2) next (#4) »
Changes
Title
unchanged
How to customize Yii core messages?
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
~~~
Finally, we put message translations in the `yii.php` file. To save time, we may simply copy the content from `framework/messages/de/yii.php` and modify it as needed.
> Tip: You may wonder why we would take so much trouble in order to customize the core messages. Why don't we modify the file `framework/messages/de/yii.php` directly? The answer is that you should never modify any core framework file. If you do that, you will face the danger that a future upgrade of the framework may overwrite your change.
### Links
[Chinese version](http://dreamneverfall.cn/node/105)