diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-14 18:55:55 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-14 18:55:55 -0500 |
commit | 23346d5e76a171efb407612dc54a92740863dfbc (patch) | |
tree | 650a2d8063b79d20a71ce4ef2fb3aca1e31c2409 /app/Locale/ru_RU/translations.php | |
parent | 8c8692cd4d7a7f6872f79805da7ef89075cbcc4b (diff) |
Move function to the right place (pull-request) and improve board task icons
Diffstat (limited to 'app/Locale/ru_RU/translations.php')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index de792516..0afd3643 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -719,4 +719,7 @@ return array( // 'fixes' => '', // 'is fixed by' => '', // 'This task' => '', + // '<1h' => '', + // '%dh' => '', + // '%b %e' => '', ); |