Sync translations

This commit is contained in:
Frédéric Guillot
2019-10-26 17:35:23 -07:00
parent 84e680482f
commit 506985469d
35 changed files with 77 additions and 12 deletions

View File

@@ -49,6 +49,7 @@ class CurrencyModel extends Base
'ARS' => t('ARS - Argentine Peso'),
'COP' => t('COP - Colombian Peso'),
'BRL' => t('BRL - Brazilian Real'),
'VBL' => t('VES - Venezuelan Bolívar'),
'XBT' => t('XBT - bitcoin'),
);
}