diff options
Diffstat (limited to 'app/Model/CurrencyModel.php')
| -rw-r--r-- | app/Model/CurrencyModel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index 77349e70..6f009f61 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -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'), ); } |
