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

Problems with Spanish translation of the calendar and form alerts #1014

Closed
ViajesIkea opened this issue Jun 6, 2022 · 16 comments
Closed

Problems with Spanish translation of the calendar and form alerts #1014

ViajesIkea opened this issue Jun 6, 2022 · 16 comments
Assignees
Milestone

Comments

@ViajesIkea
Copy link

I have problems translating the calendar into Spanish. I also cannot find the file of the alerts of the forms to be able to translate them into Spanish.[](url
bugsSpanish-TranslateSpanish
)

@Sanjaybhattwebkul
Copy link
Contributor

@ViajesIkea
Right now the support for Spanish is not available.
If you are using the Spanish locale then you have to create a locale folder and also a file Here for the Spanish locale

@Sanjaybhattwebkul
Copy link
Contributor

@ViajesIkea

If still, you are getting the same issue then please let me know. I will guide you.

@ViajesIkea
Copy link
Author

@Sanjaybhattwebkul, Yes I did, but I still have the same problem
TranslateToSpanish
.

@Sanjaybhattwebkul
Copy link
Contributor

You have to change the value of keys like:

en/validation.php

'required' => 'The :attribute field is required.',

es/validation.php

'required' => 'La :attribute Se requiere campo.',

@ViajesIkea
Copy link
Author

Yes, I did.
requiredTranslated

@ViajesIkea
Copy link
Author

But I still have the same problem. It does not change the language of English.

@gnovaro
Copy link

gnovaro commented Jun 6, 2022

You need to add Spanish in available_locales
https://github.com/krayin/laravel-crm/blob/master/config/app.php

'available_locales' => [
        'en' => 'English',
        'tr' => 'Türkçe',
        'ar' => 'Arabic',
        
        'es' => 'Spanish',       

    ],

@ViajesIkea
Copy link
Author

Hi @gnovaro!
Yes I did, it's the first change I made.
availableLocalTraduccion

@ViajesIkea
Copy link
Author

But I still have the same problem.
alertasFormularios

@Sanjaybhattwebkul
Copy link
Contributor

Hi @ViajesIkea
Please take a pull from here the issue will be resolved.

@Sanjaybhattwebkul
Copy link
Contributor

Hi @ViajesIkea
Hope your issue will be resolved after taking a pull from this PR,
If still, you are getting the same issue, then please let me know.

@ViajesIkea
Copy link
Author

I'm still having the same problem.

@ViajesIkea
Copy link
Author

ViajesIkea commented Jun 16, 2022

I have made the PR changes, but I still get the same errors.

Everything is in Spanish, the only thing that is not translated are the alerts.

translateofAlerts

@gnovaro
Copy link

gnovaro commented Jun 16, 2022

We can create a branch feature for add spanish to the main project together like this #917

@Sanjaybhattwebkul
Copy link
Contributor

@ViajesIkea

Are you getting the same issue after taking a pull from this Pull request?
#1017

@Sanjaybhattwebkul
Copy link
Contributor

@jitendra-webkul
Now, this issue is fixed. so I am closing this issue.

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

No branches or pull requests

3 participants