diff options
author | renothing <261274+renothing@users.noreply.github.com> | 2019-07-09 10:48:24 +0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-08 19:48:24 -0700 |
commit | d3d55224329681722b52a84b31f141bf78aaa134 (patch) | |
tree | da51edcae81ff95a6f73d028e256df33cb5853bf /app/Locale/zh_TW/translations.php | |
parent | 91d703eb8dd627659712e2c87fffab6140ec9aec (diff) |
Automatically update the start date when a task move away from a column
Diffstat (limited to 'app/Locale/zh_TW/translations.php')
-rw-r--r-- | app/Locale/zh_TW/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php index a9d6b668..7eb35b8f 100644 --- a/app/Locale/zh_TW/translations.php +++ b/app/Locale/zh_TW/translations.php @@ -1403,6 +1403,7 @@ return array( // '%s moved the task #%d "%s" to the project "%s"' => '', // 'Task #%d "%s" has been moved to the project "%s"' => '', // 'Move the task to another column when the due date is less than a certain number of days' => '', + // 'Automatically update the start date when task move away from certain column' => '', // 'HTTP Client:' => '', // 'XBT - bitcoin' => '', ); |