9
Asked
paid amount
due amount
When I get to the end, at the time of printing it doesn't do the translation.
Thanks
due amount
When I get to the end, at the time of printing it doesn't do the translation.
Thanks
- MSAnsweredHello,
The language files are in the `app/language/` folder. Only English language files are up to date. For others, you can add missing line from English language files and translate.
Both keys might be missing for `Spanish` language.
```txt
'paid_amount' => 'Translation for paid amount',
'due_amount' => 'Translation for due amount',
```
Thank you - Login to Reply