diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-04 22:05:41 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-04 22:05:41 -0500 |
commit | 2d070627d751bf5728ec98a5efaf163532594cd9 (patch) | |
tree | 2f1781baea559e40230bb10dc394b56e8a7d6f22 /app/Locale/zh_CN/translations.php | |
parent | 24300f828a684eedf71d63374effb2be95c13b1a (diff) |
Add user dashboard view
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index a9d1baac..ab867a7a 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -700,4 +700,5 @@ return array( // 'Add a comment logging moving the task between columns' => '', // 'Moved to column %s' => '', // 'Change description' => '', + // 'User dashboard' => '', ); |