diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-11 21:52:22 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-11 21:52:22 -0500 |
commit | 5ca9a12a0ac64dccded3f8ebae16c00f91a49455 (patch) | |
tree | 78b450fd849a9a0ddaa3ecc181fc1b8e3a27ada0 /app/Locale/pt_BR | |
parent | 7a5b78dbc6c3ad896bd07ad19aa8c9cb8fec11ac (diff) |
Add subtasks to the dashboard
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 778bfd3a..fd1fc1cf 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -571,4 +571,6 @@ return array( // 'Reportings' => '', // 'Task repartition for "%s"' => '', // 'Analytics' => '', + // 'Subtask' => '', + // 'My subtasks' => '', ); |