Project

General

Profile

Actions

Bug #4628

closed

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

Added by beat over 9 years ago. Updated over 9 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 ?

Actions #1

Updated by beat over 9 years ago

  • Description updated (diff)
Actions #2

Updated by nant over 9 years ago

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?

Actions #3

Updated by beat over 9 years ago

  • Assignee changed from krileon to nant
Actions #4

Updated by nant over 9 years ago

  • Status changed from Assigned to Feedback
  • Assignee changed from nant to beat
Actions #5

Updated by beat over 9 years ago

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

Fixed in MR !365 by Nick. Thanks Nick!

Actions #6

Updated by beat over 9 years ago

  • Priority changed from High to Normal
Actions #7

Updated by beat over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF