-
-
Notifications
You must be signed in to change notification settings - Fork 863
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
Comments
@ViajesIkea |
If still, you are getting the same issue then please let me know. I will guide you. |
@Sanjaybhattwebkul, Yes I did, but I still have the same problem |
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.', |
But I still have the same problem. It does not change the language of English. |
You need to add Spanish in available_locales 'available_locales' => [
'en' => 'English',
'tr' => 'Türkçe',
'ar' => 'Arabic',
'es' => 'Spanish',
], |
Hi @gnovaro! |
Hi @ViajesIkea |
Hi @ViajesIkea |
I'm still having the same problem. |
We can create a branch feature for add spanish to the main project together like this #917 |
Are you getting the same issue after taking a pull from this Pull request? |
@jitendra-webkul |
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
)
The text was updated successfully, but these errors were encountered: