summaryrefslogtreecommitdiff
path: root/app/Model/Config.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-03 19:37:53 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-03 19:37:53 -0500
commit811254ba93592de2470aee54cd21096d082b45ce (patch)
treeddb3625ad61560ee38c1c0e2d6905e9e35a3aeb5 /app/Model/Config.php
parent967d1a8ed7b61186d4cd305a0fd13366c02220d0 (diff)
Added RUB - Russian Ruble
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 be9d4ae5..0e9311f1 100644
--- a/app/Model/Config.php
+++ b/app/Model/Config.php
@@ -36,6 +36,7 @@ class Config extends Setting
'SEK' => t('SEK - Swedish Krona'),
'NOK' => t('NOK - Norwegian Krone'),
'BAM' => t('BAM - Konvertible Mark'),
+ 'RUB' => t('RUB - Russian Ruble'),
);
}