Unable to Translate "Attendees" to "Asistentes" (Spanish) at WordPress List

Home Forums Additional Help Translations Unable to Translate "Attendees" to "Asistentes" (Spanish) at WordPress List

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1143089
    Ramon
    Participant

    Hi! After Translating all “Attendees” entrances with “Loco Translate” plugin, I see one “Attendees” not translated yet at my panel as you can see in the image attached…

    I’ve been reading your post here: https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/ and I’ve pasted this code at my functions.php, but nothing happens:

    function tribe_custom_theme_text ( $translations, $text, $domain ) {

    $custom_text = array(
    ‘Attendees’ => ‘Asistentes’,
    );

    return $text;
    }
    add_filter(‘gettext’, ‘tribe_custom_theme_text’, 20, 3);

    What can i do for translating also this word?

    Thanks!

    • This topic was modified 7 years, 9 months ago by Ramon. Reason: Bad translating
    #1143183
    Cliff
    Member

    Hi Ramon.

    If one of these isn’t working for you, please try another method:

    Please let me know if you need anything else.

    #1151335
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Unable to Translate "Attendees" to "Asistentes" (Spanish) at WordPress List’ is closed to new replies.