According to Creating Extensions in the Yii Documentation, under Module right at the bottom of the page, it says that css, javascript, and images resource files should be distributed together with a module, right?
1) So does this mean if I have a module called “Forum” which is a sub directory under protected/modules, that my resource files should be another sub directory within the forum directory, even if Forum is not a 3rd party extension?
protected/modules/forum/css protected/modules/forum/javascript
2)
How does Yii handle the multiple CSS and javascript inclusions?3) How would the translation of Modules be handled?