Updates for brazilian users (#3360)

This commit is contained in:
Claudio Ferreira Filho
2017-07-19 20:34:27 -03:00
committed by Frédéric Guillot
parent 46974915b3
commit 7a6b1bc3da
3 changed files with 24 additions and 20 deletions

View File

@@ -48,6 +48,7 @@ class CurrencyModel extends Base
'HRK' => t('HRK - Kuna'),
'ARS' => t('ARS - Argentine Peso'),
'COP' => t('COP - Colombian Peso'),
'BRL' => t('BRL - Brazilian Real'),
);
}