Search found 2 matches
- 22 Jun 2023, 13:25
- Forum: Laravel package
- Topic: Translate Fields for Provider Payment
- Replies: 3
- Views: 13996
Re: Translate Fields for Provider Payment
Hey guys,
Thanks for the answer, but I solved it by running the following code:
In my i18n directory
Thanks for the answer, but I solved it by running the following code:
In my i18n directory
Code: Select all
msgfmt --statistics -c -o en en.po- 18 Jun 2023, 17:31
- Forum: Laravel package
- Topic: Translate Fields for Provider Payment
- Replies: 3
- Views: 13996
Translate Fields for Provider Payment
Hello, I need help.
I'm trying to translate the fields for my new payment provider, but I'm having no success.
I created an array with configs for front-end, following my code:
private array $feConfig = array(
'mercadopago.holder' => array(
'code' => 'mercadopago.holder',
'internalcode ...
I'm trying to translate the fields for my new payment provider, but I'm having no success.
I created an array with configs for front-end, following my code:
private array $feConfig = array(
'mercadopago.holder' => array(
'code' => 'mercadopago.holder',
'internalcode ...