Home Forums WoodMart support forum Estimate delivery date translation

Estimate delivery date translation

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #613307

    francois.krikorian
    Participant

    Hello,

    The long awaited addon is finally here. Works pretty good for my first test. Only issue is the translation not being applied.

    – got the new woodmart.pot from : themes/woodmart/languages/
    – used PoEdit Pro to translate the 5000+ strings
    – saved the PO and MO on the correct format as : woodmart-fr_FR.mo and woodmart-fr_FR.po
    – uploaded at : wp-content/languages/themes/

    The whole them is correctly saved in french but the Estimated Delivery is still in english.

    Tweaked with :

    .wd-est-del .wd-info-msg:before {
        content: "Dates de livraison estimées :";
        font-weight: 900;
        color: #000;
    }
    .wd-est-del .wd-info-msg strong {
        display: none;
    }

    If you guys know how to fix it.

    BTW: happy to see the CSS area is finally easily usable.

    Kind regards.

    #613419

    Artem Temos
    Keymaster

    Hello,

    We are glad that you like it 🙂

    We need your admin access to check the translation issue.

    Kind Regards

    #615403

    francois.krikorian
    Participant

    Credentials below.

    You’ll have to ‘inspect’ the html code to see how I tricked to hide your text and replace by css

    .wd-est-del .wd-info-msg:before {
        content: "Dates de livraison estimées :";
        font-weight: 900;
        color: #000;
    }
    .wd-est-del .wd-info-msg strong {
        display: none;
    }
    #615429

    Artem Temos
    Keymaster

    Hello,

    Could you please install the Loco Translate plugin and click on the Sync button for the translation for the theme? It should actualize the translation file, and then you will get all the strings from the latest update.

    Kind Regards

    #615474

    francois.krikorian
    Participant

    Hello,

    I did install. From Loco translate / Themes I have 4 different translations. While trying to sync the last 2 I get this :

    Error: Blank response from server. Check console output for debugging information

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)