diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-31 11:05:47 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-31 11:05:47 -0500 |
commit | 9570793f68d44179f9b7e0b264e5fbe0ca839c51 (patch) | |
tree | 08d14952e0eb02742742baf7706d5531a55bcb8d /app/Locale/ja_JP/translations.php | |
parent | 3279768c1cff1534f435a080c4765f8a45290a4e (diff) |
Add a "Me" button to assignee form element
Diffstat (limited to 'app/Locale/ja_JP/translations.php')
-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 a16c44e8..1a023b5a 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1123,4 +1123,6 @@ return array( // 'There is no external link for the moment.' => '', // 'Internal links' => '', // 'There is no internal link for the moment.' => '', + // 'Assign to me' => '', + // 'Me' => '', ); |