Project

General

Profile

Actions

Bug #4628

closed

Remove CB plugins admin xml files from list of frontend language files

Bug #4628: Remove CB plugins admin xml files from list of frontend language files

Added by beat over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
21 August 2014
Due date:
% Done:

100%

Estimated time:
2:00 h

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 ?

Updated by beat over 11 years ago Actions #1

  • Description updated (diff)

Updated by nant over 11 years ago Actions #2

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?

Updated by beat over 11 years ago Actions #3

  • Assignee changed from krileon to nant

Updated by nant over 11 years ago Actions #4

  • Status changed from Assigned to Feedback
  • Assignee changed from nant to beat

Updated by beat over 11 years ago Actions #5

  • Status changed from Feedback to Resolved
  • % Done changed from 0 to 100

Fixed in MR !365 by Nick. Thanks Nick!

Updated by beat over 11 years ago Actions #6

  • Priority changed from High to Normal

Updated by beat about 11 years ago Actions #7

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom