diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-16 22:32:15 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-16 22:32:15 -0500 |
commit | 8d1f19fb560047a3d63db8a14ffbad73758624e6 (patch) | |
tree | d13760e8c789f43700acf79cfc776fb7a36e8906 /app/Locale/ja_JP/translations.php | |
parent | 0242c838d805d4549c16974d56fc192a8a798365 (diff) |
Add missing translations
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 b2f1a85f..532c5605 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -731,4 +731,6 @@ return array( // 'Keyboard shortcuts' => '', // 'Open board switcher' => '', // 'Application' => '', + // 'Filter recently updated' => '', + // 'since %B %e, %Y at %k:%M %p' => '', ); |