New Landing How can we help? Themeforest Theme Support Joyn translate string of related project

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Joyn
  • #151906
    basoncia
    Member
    Post count: 28

    Secondo problem 🙂
    How can I translate the title of the section “related project”?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #151922
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    <?php
    function sf_text_strings( $translated_text, $text, $domain ) {
    $translated_text = strtolower($translated_text);
    switch ( $translated_text ) {
    case 'related projects' :
    //please change the text "related projects" below the line.
    $translated_text = __( 'related projects', 'swiftframework' );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    ?>

    Thanks
    Mohammad

    #151923
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Seems to already be translated?

    – Kyle

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register