wbTeamPro Feature Request & Bug Tracker - wbTeamPro
View Issue Details
0010354wbTeamPro[All Projects] Featurespublic2017-01-30 09:312015-01-25 00:00
webuddha 
webuddha 
normalminoralways
Implementedadded 
 
v3.1.0 beta 
0010354: Language Translations Type and Status Values
The project and action type and status values, defined in the configuration, are now optionally translated using the language files.

The Type or Status values provided in the configuration are converted to a language key by stripped all non alpha-numeric characters, converting spaces to underscores, and converted to lower case. A status value of "Under Review" would become "under_review". These are then defined in the language files for the admin and client area separately. Any values not found in the language file are returned as written in the configuration. Values are stored in the database as written in the configuration.

In the admin language files:
$_ADMINLANG['wbteampro']['listoption']['project_status']['under_review'] = 'Under Review';

Or in the client language files:
$_LANG['wbteampro']['listoption']['project_status']['under_review'] = 'Under Review';
action, config, project
Issue History
2014-02-26 13:32webuddhaNew Issue
2014-02-26 13:32webuddhaAssigned To => webuddha
2014-02-26 13:32webuddha
2014-02-26 13:32webuddhaTag Attached: action
2014-02-26 13:32webuddhaTag Attached: config
2014-02-26 13:32webuddhaTag Attached: project
2014-02-26 13:32webuddhaStatusNew => Implemented
2014-02-26 13:33webuddhaApplied to Versionv3.1.0 beta =>
2014-02-26 13:34webuddhaResolutionopen => added
2014-02-26 13:34webuddhaApplied to Version => v3.1.0 beta
2014-02-26 13:34webuddhaTarget Versionv3.1.0 beta =>

There are no notes attached to this issue.