Translating GetFund Crowdfunding platform is too easy. We’ve print every string via a translatable key which is located in root/resources/lang/en/app.php
Open app.php in a text editor and change every key value with your own language string. such as
'home' => 'Home',
Should change in the Spanish language like
'home' => 'Casa',
After changing all of the string, reload your website. And it will be translated into your language.
Hopefully, it will be work and will help to translate GetFund Crowdfunding Platform or anyΒ laravel application