Added currency for Argentina and Colombia

This commit is contained in:
Juan Luis Baptiste 2017-03-13 21:33:01 +02:00 committed by GitHub
parent f6319e295b
commit 581febc586
1 changed files with 2 additions and 0 deletions

View File

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