Added RUB - Russian Ruble

This commit is contained in:
Frederic Guillot
2016-01-03 19:37:53 -05:00
parent 967d1a8ed7
commit 811254ba93
23 changed files with 68 additions and 1 deletions

View File

@@ -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'),
);
}