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
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
THe url is: http://www.slimiti.com/
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
Nope, loco transtale dont work for me. Send you in private mode
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
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?