* Modify language item for execution page.
This commit is contained in:
@@ -201,3 +201,5 @@ $lang->dev->projectMenu['scrum'] = "Scrum / Scrum + {$lang->projectCommo
|
||||
$lang->dev->projectMenu['waterfall'] = "Waterfall / Waterfall + {$lang->projectCommon}";
|
||||
$lang->dev->projectMenu['kanbanProject'] = "Kanban {$lang->projectCommon}";
|
||||
if($config->vision == 'lite') $lang->dev->projectMenu['kanbanProject'] = $lang->projectCommon;
|
||||
|
||||
$this->lang->dev->replaceLable['project-execution'] = "{$lang->executionCommon} / Stage";
|
||||
|
||||
@@ -201,3 +201,5 @@ $lang->dev->projectMenu['scrum'] = "Scrum / Scrum + {$lang->projectCommo
|
||||
$lang->dev->projectMenu['waterfall'] = "Waterfall / Waterfall + {$lang->projectCommon}";
|
||||
$lang->dev->projectMenu['kanbanProject'] = "Kanban {$lang->projectCommon}";
|
||||
if($config->vision == 'lite') $lang->dev->projectMenu['kanbanProject'] = $lang->projectCommon;
|
||||
|
||||
$this->lang->dev->replaceLable['project-execution'] = "{$lang->executionCommon} / Stage";
|
||||
|
||||
@@ -201,3 +201,5 @@ $lang->dev->projectMenu['scrum'] = "Scrum / Scrum + {$lang->projectCommo
|
||||
$lang->dev->projectMenu['waterfall'] = "Waterfall / Waterfall + {$lang->projectCommon}";
|
||||
$lang->dev->projectMenu['kanbanProject'] = "Kanban {$lang->projectCommon}";
|
||||
if($config->vision == 'lite') $lang->dev->projectMenu['kanbanProject'] = $lang->projectCommon;
|
||||
|
||||
$this->lang->dev->replaceLable['project-execution'] = "{$lang->executionCommon} / Stage";
|
||||
|
||||
@@ -204,3 +204,5 @@ $lang->dev->projectMenu['scrum'] = "敏捷 / 融合敏捷{$lang->project
|
||||
$lang->dev->projectMenu['waterfall'] = "瀑布 / 融合瀑布{$lang->projectCommon}";
|
||||
$lang->dev->projectMenu['kanbanProject'] = "看板{$lang->projectCommon}";
|
||||
if($config->vision == 'lite') $lang->dev->projectMenu['kanbanProject'] = $lang->projectCommon;
|
||||
|
||||
$this->lang->dev->replaceLable['project-execution'] = "{$lang->executionCommon} / 阶段";
|
||||
|
||||
@@ -711,7 +711,7 @@ class devModel extends model
|
||||
$titleList[] = $label;
|
||||
|
||||
$subMenu = new stdclass();
|
||||
$subMenu->title = $label;
|
||||
$subMenu->title = isset($this->lang->dev->replaceLable["$thisModule-$thisMethod"]) ? $this->lang->dev->replaceLable["$thisModule-$thisMethod"] : $label;
|
||||
$subMenu->key = '';
|
||||
$subMenu->module = $thisModule;
|
||||
$subMenu->method = $thisMethod;
|
||||
|
||||
Reference in New Issue
Block a user