summaryrefslogtreecommitdiff
path: root/app/Model/CurrencyModel.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/CurrencyModel.php')
-rw-r--r--app/Model/CurrencyModel.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php
index c858a6ae..6f009f61 100644
--- a/app/Model/CurrencyModel.php
+++ b/app/Model/CurrencyModel.php
@@ -38,6 +38,7 @@ class CurrencyModel extends Base
'INR' => t('INR - Indian Rupee'),
'JPY' => t('JPY - Japanese Yen'),
'RSD' => t('RSD - Serbian dinar'),
+ 'DKK' => t('DKK - Danish Krona'),
'SEK' => t('SEK - Swedish Krona'),
'NOK' => t('NOK - Norwegian Krone'),
'BAM' => t('BAM - Konvertible Mark'),
@@ -45,6 +46,9 @@ class CurrencyModel extends Base
'CNY' => t('CNY - Chinese Yuan'),
'TRL' => t('TRL - Turkish Lira'),
'HRK' => t('HRK - Kuna'),
+ 'ARS' => t('ARS - Argentine Peso'),
+ 'COP' => t('COP - Colombian Peso'),
+ 'BRL' => t('BRL - Brazilian Real'),
);
}