laravel-crm icon indicating copy to clipboard operation
laravel-crm copied to clipboard

Spain translate??

Open rafacruz-te20 opened this issue 1 year ago • 1 comments

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

Description:

Is possible to translate the crm to spanish?

rafacruz-te20 avatar Feb 13 '24 12:02 rafacruz-te20

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

andrewdrake avatar Feb 13 '24 23:02 andrewdrake