-
AuthorPosts
-
January 15, 2016 at 1:44 pm #848680
Hi,
I have an issue with the tamplate language. First, in the English version, the contact form, it writes THANKS YOU instead of THANK YOU on the small button that turns from ‘send’ to ‘thanks you’, apparently.
Secondly, I’ve chosen the language of the site to be French, yet all the indications such as ‘view all blogs’ or ‘ that’s all’ are still in English.
Is there anything I could do to right these wrongs? For example download some update?
Thanks you
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
January 18, 2016 at 8:39 am #851508Hi @valthebault,
Please edit the thread and provide your site url with a temporary admin account so I can have a closer look at the problem.
January 19, 2016 at 8:31 am #852685Hi,
Thanks for the offer, but the website is not yet online, given the language problem. If it helps, the attachment is a screen shot of the said problem.
As you could see, everything is in English while I’ve changed the language on the website to French and even in English is wrong.So thanks for any advice concerning the subject.
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
January 25, 2016 at 6:29 pm #868059I am afraid of that we are facing again with hardcoded values instead of using CONSTANTS declared in a language.ini file. Here is a bad&sad sample in ..templates/ja_mono/js/script.js
// Add Placeholder form contact var formContact = $('.com_contact'); if (formContact.length > 0) { $('#jform_contact_name', formContact).attr('placeholder','Name'); $('#jform_contact_email', formContact).attr('placeholder','Mail'); $('#jform_contact_emailmsg', formContact).attr('placeholder','Subject'); $('#jform_contact_message', formContact).attr('placeholder','Write your message here');
🙁 :(( why?
How should it be multilanguage?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
January 26, 2016 at 11:10 am #868754Hi @valthebault, @palosutca:
I’ve just tested this matter and look like we need to check all current strings in template and update them accordingly. I raised a bug report so our development team can have a look and fix it asap in next version, please stay tuned and I will let you know when the fix is available.
Best regards,
Adam.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 4, 2016 at 11:08 am #876266Hi @palosutca
You can take a look on the solution given in this thread to translate contact form for multi language site.
Hope it helps . -
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by Pankaj Sharma 8 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum