diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-14 23:22:06 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-14 23:22:06 -0500 |
commit | e84abb54987a497093ab2031a51fa1fe85ad2590 (patch) | |
tree | 33e63a80b7fc863655ad6d8d2d33576220adf1af /app/Locale/pt_BR/translations.php | |
parent | 998ef43e53f12e1e728bbf3fcd3ec3b7d7bf3a35 (diff) |
Add keyboard shortcut to open the board selector
Diffstat (limited to 'app/Locale/pt_BR/translations.php')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index eccf2125..503308bc 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -729,4 +729,5 @@ return array( // 'Submit a form' => '', // 'Board view' => '', // 'Keyboard shortcuts' => '', + // 'Open board switcher' => '', ); |