New Landing How can we help? Atelier Add to wishlist wont translate

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Atelier
  • #223143
    peter4576
    Member
    Post count: 168

    Hi guys

    I have got theme, WooCommerce and Wishlist translated, but yet I cannot overwrite the “Add to wishlist”. Once its added, it does display the DK text correctly (Se huskeliste). But regardless what I do, the “Add to wishlist” just wont translate.

    Is this button somehow hardcoded, or what can the error be?

    Thanks
    Peter

    #223209
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you translated this string anywhere in translations files? Just add this code at functions.php.

    function sf_text_strings($translated_text, $text, $domain) {
    switch ($translated_text) {
    case 'Add to wishlist' :
    $translated_text = __( 'put_your_text', $domain );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );

    Thanks
    Mohammad

    #223237
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you try this plugin to see if it sorts it?

    Real-Time Find and Replace

    -Rui

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