diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-09-23 14:44:47 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-09-23 14:44:47 -0700 |
commit | 8ecaa60340966ee4fec8ee16612803d229e77eb3 (patch) | |
tree | ec49a4bbcf50cdebdf75523c68f5662311441806 /app/Locale/ru_RU | |
parent | 7126bb1b13a398f4fdffde38d8a54f0cad8092ae (diff) |
Integrate Vietnamese translation (PR #3465)
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index e7dd44eb..11571df7 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1338,4 +1338,6 @@ return array( 'This task was sent by email to "%s" with subject "%s".' => 'Эта задача была отправлена по e-mail на "%s" с темой "%s".', 'Predefined Email Subjects' => 'Предустановленные темы для e-mail', 'Write one subject by line.' => 'Записываются по одной теме на строку.', + // 'Create another link' => '', + // 'BRL - Brazilian Real' => '', ); |