diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 15:39:39 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 15:39:39 -0500 |
commit | e59be3dc021e81babaacf70661737cbba42c80cc (patch) | |
tree | 76fd26ca5ce17261927917699b6fb4e689df054e /app/Locale/zh_CN | |
parent | bcbc1b78c67860a1037e77a97c260899611adcdc (diff) |
Add default project categories in settings
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index d610f8ee..455e37ed 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -624,4 +624,6 @@ return array( 'Unable to remove this swimlane.' => '无法删除此泳道', 'Unable to update this swimlane.' => '无法更新此泳道', 'Your swimlane have been created successfully.' => '已经成功创建泳道。', + // 'Example: "Bug, Feature Request, Improvement"' => '', + // 'Default categories for new projects (Comma-separated)' => '', ); |