Topic: Extensions and new files
Where is the best place to put languages files for extensions ?
Candidates:
- PUN_ROOT/lang/<language>/<extension id>.php <--- more adecuate to actual folder structure
- PUN_ROOT/extension/<extension id>/lang/<language>/<extension id>.php <--- extension works out-of-the-box, clean uninstall
- other ?
Imagine the same question with CSS's, images, etc. What do you think ?