Bug #4628
closed
Remove CB plugins admin xml files from list of frontend language files
Added by beat over 10 years ago.
Updated about 10 years ago.
Start date:
21 August 2014
Description
Roughly 50% of language.php is xml strings for plugins admin now, which doubles the dounting translation task of frontend language translation. I think we should address that issue for RC2. Either by changing the list of xml files for frontend or by changing the folder structure (and updating the list of language files to parse).
Also while at it, less major: cb_admin module should be parsed for admin files. Should we change the git structure to put the admin module into a different admin folder ?
- Description updated (diff)
All I need is a list of files you want parsed in frontend and I will make changes.
Also while at it, less major: cb_admin module should be parsed for admin files.
Should we change the git structure to put the admin module into a different admin folder ?
right now that folder is being parsed for php files for frontend strings:
modules/*/*.php \
modules/*/*/*.php \
should I make changes to only parse:
modules/mod_cblogin/*.php \
modules/mod_cblogin/*/*.php \
modules/mod_comprofilermoderator/*.php \
modules/mod_comprofilermoderator/*/*.php \
modules/mod_comprofilermoderator/*.php \
modules/mod_comprofilermoderator/*/*.php \
and then parse:
modules/mod_cbadmin/*.php \
modules/mod_cbadmin/*/*.php \
for admin language strings?
What should I do with XML files?
- Assignee changed from krileon to nant
- Status changed from Assigned to Feedback
- Assignee changed from nant to beat
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Fixed in MR !365 by Nick. Thanks Nick!
- Priority changed from High to Normal
- Status changed from Resolved to Closed
Also available in: Atom
PDF