diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-12 13:19:07 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-12 13:19:07 +0200 |
commit | 1ecb67ca256cc5a5421b161c44611b16444c4270 (patch) | |
tree | 605200ab24aa12a5642c87a932ad1fe6cb76d2de /app/Model | |
parent | 61927232aeeea277344262aa5c92cd9fbedce854 (diff) |
Add Russian translations (pull-request #248)
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index 11f334b1..89bcb58b 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -51,6 +51,7 @@ class Config extends Base 'it_IT' => 'Italiano', 'pl_PL' => 'Polski', 'pt_BR' => 'Português (Brasil)', + 'ru_RU' => 'Русский', 'fi_FI' => 'Suomi', 'sv_SE' => 'Svenska', 'zh_CN' => '中文(简体)', |