venturedrake / laravel-crm

Open Source Laravel CRM Package
https://laravelcrm.com
MIT License
251 stars 95 forks source link

Spain translate?? #50

Open rafacruz-te20 opened 6 months ago

rafacruz-te20 commented 6 months ago

Description:

Is possible to translate the crm to spanish?

andrewdrake commented 6 months ago

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