Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • valthebault Friend
    #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 Moderator
    #851508

    Hi @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.

    valthebault Friend
    #852685

    Hi,
    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 Friend
    #868059

    I 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 Moderator
    #868754

    Hi @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 Moderator
    #876266

    Hi @palosutca
    You can take a look on the solution given in this thread to translate contact form for multi language site.
    Hope it helps .

Viewing 6 posts - 1 through 6 (of 6 total)

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