From 7a6b1bc3da0af442e02b5a2dc430a4ded8e7c4ee Mon Sep 17 00:00:00 2001 From: Claudio Ferreira Filho Date: Wed, 19 Jul 2017 20:34:27 -0300 Subject: Updates for brazilian users (#3360) --- app/Model/CurrencyModel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Model') 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'), ); } -- cgit v1.2.3