New translations currency.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-09-23 18:54:14 +03:00
parent 8eb7b738da
commit 243b36677e

View File

@ -0,0 +1,6 @@
<?php
return [
'USD' => 'Dólar',
'EUR' => 'Euro',
];