Translation not taking

Home Forums MapPress Support Translation not taking

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12573
    mijaeus
    Participant

    I just upgraded to the pro version, but some terms are not being translated. I am editing the mo/po files, but its not working. http://inmobiliaria.valmar.cl/contacto/

    I need to change the Directios to/from, print, and my location. Are these terms hard coded, or am I missing something?

    #12574
    mijaeus
    Participant

    I checked the template files and it seems ok, and the translation text is there but the output is not being translated on those few words :\

    #12592
    mijaeus
    Participant

    Update: http://inmobiliaria.valmar.cl/contacto/

    I’ve managed to update most of the translation with the help of a plugin, regenerating po/mo files, but some words are not being translated no matter what.

    Ubicación

    Calle Uno 6251
    Dirección a Directions from

    Which file do I have to edit the translate directly? The Direccion A (Direction to) translates, but the next one is giving me hell. No matter what I do it wont translate.

    #12611
    mijaeus
    Participant

    Managed to fix it after checking several files.

    In mappress_poi.php line 249:
    'text' => __('Directions from')));
    Should be
    'text' => __('Directions from', 'mappress')));

    All is fine now 😀

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