04-26-2019, 10:14 PM
create a file named like this:
modules/CobroPago/language/pt_br.custom.php
and put this inside:
that will override the default application translations
modules/CobroPago/language/pt_br.custom.php
and put this inside:
PHP Code:
<?php
$custom_strings = array (
** put your translations here **
);
?>
that will override the default application translations
Joe
TSolucio
TSolucio