Update CurrencyModel.php

This commit is contained in:
Sencar TOSUN
2017-01-29 13:53:50 +02:00
committed by GitHub
parent 157463a578
commit 163713b4ef

View File

@@ -42,6 +42,7 @@ class CurrencyModel extends Base
'NOK' => t('NOK - Norwegian Krone'),
'BAM' => t('BAM - Konvertible Mark'),
'RUB' => t('RUB - Russian Ruble'),
'TRL' => t('TRL - Turkish Lira'),
);
}