Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #497843

    I want to translate this string, but i dont kmow if i write correct line:

    <?php _e(‘World-Class Active Vacations’, ‘enfold’); ?>

    This string its ok? I put this into a php file
    But i want to translate to spanish in WPML dont appear this string

    #498439

    Hey carmycurly!

    can you show us the string in question providing us a link? you could try to translate it with https://wordpress.org/plugins/loco-translate/

    Best regards,
    Andy

    #498506
    #498846

    Hi,

    Did Loco Translate work out for you? If not then please send us an admin login so that we can have a closer look. You can post the details in the private content section of your reply.

    Best regards,
    Rikard

    #499234

    Nope, loco transtale dont work for me. Send you in private mode

    #499692

    Hi!

    The code should be:

    <?php _e('World-Class Active Vacations', 'avia_framework'); ?>
    

    Register the string in the es_ES.po file located on enfold > lang folder. Should look something like this:

    # @ avia_framework
    #: name-of-the-file-where-the-string-is-located.php:189
    msgid "World-Class Active Vacations"
    msgstr "TRANSLATION HERE"
    

    Adjust the file name and line of code value where the code is located. Go back to the Loco Translate panel, select the spanish language then sync the language files.

    Cheers!
    Ismael

    #500066

    I was followed all the steps

    Im put this register into ES po

    # @ avia_framework
    #: helper-main-menu.php:92
    msgid “World-Class Active Vacations”
    msgstr “Turismo Activo de Clase Mundial ”

    # @ avia_framework
    #: helper-main-menu.php:93
    msgid “Bariloche & Northern Patagonia specialists”
    msgstr “Especialistas en Bariloche & Patagonia Norte”

    But i dont use LOCO TRANSLATION PLUGIN
    Im using a WPML, but this string dont appear..

    Could you helpme?

    #500117

    Hey!

    Please do contact WPML support to help you out on how to translate it properly.
    I think that WPML also offers the option to do that through their plugin

    Cheers!
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.