From 22faecf1a4da507e24a07ae86c932d2e4afe48ff Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 23 Feb 2023 10:12:50 +0800 Subject: [PATCH] * Remove unused language. --- module/my/lang/de.php | 4 ---- module/my/lang/en.php | 4 ---- module/my/lang/fr.php | 4 ---- module/my/lang/vi.php | 4 ---- module/my/lang/zh-cn.php | 4 ---- 5 files changed, 20 deletions(-) diff --git a/module/my/lang/de.php b/module/my/lang/de.php index a75646bc7d..4e211d9168 100644 --- a/module/my/lang/de.php +++ b/module/my/lang/de.php @@ -61,10 +61,6 @@ $lang->my->code = 'Code'; $lang->my->projects = 'Projects'; $lang->my->executions = 'Executions'; -$lang->my->executionMenu = new stdclass(); -$lang->my->executionMenu->undone = 'Undone'; -$lang->my->executionMenu->done = 'Done'; - $lang->my->taskMenu = new stdclass(); $lang->my->taskMenu->assignedToMe = 'AssignedToMe'; $lang->my->taskMenu->openedByMe = 'CreatedByMe'; diff --git a/module/my/lang/en.php b/module/my/lang/en.php index a75646bc7d..4e211d9168 100644 --- a/module/my/lang/en.php +++ b/module/my/lang/en.php @@ -61,10 +61,6 @@ $lang->my->code = 'Code'; $lang->my->projects = 'Projects'; $lang->my->executions = 'Executions'; -$lang->my->executionMenu = new stdclass(); -$lang->my->executionMenu->undone = 'Undone'; -$lang->my->executionMenu->done = 'Done'; - $lang->my->taskMenu = new stdclass(); $lang->my->taskMenu->assignedToMe = 'AssignedToMe'; $lang->my->taskMenu->openedByMe = 'CreatedByMe'; diff --git a/module/my/lang/fr.php b/module/my/lang/fr.php index e67590d444..0812bf99d1 100644 --- a/module/my/lang/fr.php +++ b/module/my/lang/fr.php @@ -61,10 +61,6 @@ $lang->my->code = 'Code'; $lang->my->projects = 'Projects'; $lang->my->executions = 'Executions'; -$lang->my->executionMenu = new stdclass(); -$lang->my->executionMenu->undone = 'Undone'; -$lang->my->executionMenu->done = 'Done'; - $lang->my->taskMenu = new stdclass(); $lang->my->taskMenu->assignedToMe = 'AssignedToMe'; $lang->my->taskMenu->openedByMe = 'CreatedByMe'; diff --git a/module/my/lang/vi.php b/module/my/lang/vi.php index 62f85039bc..cf7fbc2db3 100644 --- a/module/my/lang/vi.php +++ b/module/my/lang/vi.php @@ -47,10 +47,6 @@ $lang->my->code = 'Code'; $lang->my->projects = 'Project'; $lang->my->executions = 'Executions'; -$lang->my->executionMenu = new stdclass(); -$lang->my->executionMenu->undone = 'Undone'; -$lang->my->executionMenu->done = 'Done'; - $lang->my->taskMenu = new stdclass(); $lang->my->taskMenu->assignedToMe = 'AssignedToMe'; $lang->my->taskMenu->openedByMe = 'CreatedByMe'; diff --git a/module/my/lang/zh-cn.php b/module/my/lang/zh-cn.php index e3eedd1d7e..0e176b58d1 100644 --- a/module/my/lang/zh-cn.php +++ b/module/my/lang/zh-cn.php @@ -61,10 +61,6 @@ $lang->my->code = '代号'; $lang->my->projects = '所属项目'; $lang->my->executions = "所属{$lang->executionCommon}"; -$lang->my->executionMenu = new stdclass(); -$lang->my->executionMenu->undone = '未完成'; -$lang->my->executionMenu->done = '已完成'; - $lang->my->taskMenu = new stdclass(); $lang->my->taskMenu->assignedToMe = '指派给我'; $lang->my->taskMenu->openedByMe = '由我创建';