diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Model/CurrencyModel.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index c858a6ae..aafe1af5 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -45,6 +45,8 @@ class CurrencyModel extends Base 'CNY' => t('CNY - Chinese Yuan'), 'TRL' => t('TRL - Turkish Lira'), 'HRK' => t('HRK - Kuna'), + 'ARS' => t('ARS - Argetinian Peso'), + 'COP' => t('COP - Colombian Peso'), ); } |