Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Spain translate?? #50

Open
rafacruz-te20 opened this issue Feb 13, 2024 · 1 comment
Open

Spain translate?? #50

rafacruz-te20 opened this issue Feb 13, 2024 · 1 comment

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

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

No branches or pull requests

2 participants