Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Spain translate?? #50

Open
rafacruz-te20 opened this issue Feb 13, 2024 · 2 comments
Open

Spain translate?? #50

rafacruz-te20 opened this issue Feb 13, 2024 · 2 comments

Comments

@rafacruz-te20
Copy link

  • Laravel CRM Version: Last version
  • PHP Version: 8.1.23

Description:

Is possible to translate the crm to spanish?

@andrewdrake
Copy link
Contributor

Yes of course, you can create a lang folder called "es", copy the files in the lang/en folder and replace each array value with the Spanish version. If you like please submit a pull request and I can merge this into the project also. This is something I do plan on working on in the future also, adding of various language files

Eg:

return [ 'created_last_14_days' => 'creado los últimos 14 días, 'dashboard' => 'panel', 'deal' => 'trato', .... ];

It would look like this:

image

@jeovajireh
Copy link

Yes of course, you can create a lang folder called "es", copy the files in the lang/en folder and replace each array value with the Spanish version. If you like please submit a pull request and I can merge this into the project also. This is something I do plan on working on in the future also, adding of various language files

Eg:

return [ 'created_last_14_days' => 'creado los últimos 14 días, 'dashboard' => 'panel', 'deal' => 'trato', .... ];

It would look like this:

image

Hello! I'm doing this for Portuguese and I'm not having success, it doesn't appear in settings, only English, and if I translate the file in the "en" folder it doesn't reflect in the interface either.

Thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants