Home Forums GetFund – A Professional Laravel Crowdfunding Platform The string "Contact Info" can not be translated Reply To: The string "Contact Info" can not be translated

#1268

Dear Daffson

To translate the Contact Info, please find the file /root/resources/views/layouts/footer.blade.php

In line 20

Replace Contact Info by @lang(‘app.contact_info’)

And add an array element into your language /root/resources/lang/en/app.php


'contact_info'                      => 'contact_info',

And your all of langue file

so it will be translated, we’ve fixed it our core

Best regards