diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-08 16:13:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-08 16:13:05 -0500 |
commit | 92509c43c452daea115a4f6e99d94bda5538c8f0 (patch) | |
tree | 6bfacdbd4ae52ae8be36921605aa5560143fa1fe /app/Locale/ja_JP | |
parent | acf3941b4aa95bff9e80aa03e22dc064036e69cf (diff) |
Add user calendar view on the dashboard and in the user management section
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 12dfb953..229622c5 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -676,4 +676,6 @@ return array( // 'Show/hide subtasks' => '', // 'Show/hide tasks' => '', // 'Disable login form' => '', + // 'Show/hide calendar' => '', + // 'User calendar' => '', ); |