diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-05 21:09:04 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-05 21:09:04 -0500 |
commit | d0d0796dc2d3dd53d67ba6db7e937d57b5e44de0 (patch) | |
tree | 13e78a70dd452b71fc01f3c3c456b76258b169f0 /app/Locale/ja_JP | |
parent | b2d43dcbd642820e038eb6104c69d06ce2fb5db6 (diff) |
Add missing locale string and add contributors to the readme
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 21275858..4143d801 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -647,4 +647,5 @@ return array( // 'Application default' => '', // 'Language:' => '', // 'Timezone:' => '', + // 'Next' => '', ); |