summaryrefslogtreecommitdiff
path: root/app/Model/Config.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-12 13:19:07 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-12 13:19:07 +0200
commit1ecb67ca256cc5a5421b161c44611b16444c4270 (patch)
tree605200ab24aa12a5642c87a932ad1fe6cb76d2de /app/Model/Config.php
parent61927232aeeea277344262aa5c92cd9fbedce854 (diff)
Add Russian translations (pull-request #248)
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r--app/Model/Config.php1
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' => '中文(简体)',