This module works great. However, it currently just searches the modulename/translations folder which is a problem when the module has a different folder structure. There are packages with many subfolders, and some of them may contain its own translation file/s
I.e. some packages have sub-modules or includes folders that when exported with l10n server using Drupal 6 package format produces a different folder structure than core modules (which don't have subfolders)
This patch just does a recursive search in the 'modulename' folder and finds any translation in there.
| Comment | File | Size | Author |
|---|---|---|---|
| core_translation_all_folders.patch | 1.38 KB | jose reyero |
Comments
Comment #1
pasqualleComment #2
nedjoThanks Jose, I've assigned you CVS access, please apply this and any other issue as you see fit.
Comment #3
jose reyero commentedThanks nedjo. Applied.