New Landing How can we help? Atelier Missing translation "Checkout"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #268212
    Integrity
    Member
    Post count: 32

    Dear Support,

    I search through support forum, check and edit ALL the po/mo files (atelier AND swift fw also), read the knowledgebase but the “Checkout” phrase still in english – see attachment. Where can I find this??? I think this is missing from theme po/mo files!

    Please help to fix this!

    Thanks,
    Zoltan

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

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

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

    Thanks
    Mohammad

    #268345
    Integrity
    Member
    Post count: 32

    Still doesn’t work.

    #268346
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you try to clear the browser cache and cookies and also try in a different browser?

    Also check this simple plugin
    https://pt.wordpress.org/plugins/real-time-find-and-replace/

    -Rui

    #268357
    Integrity
    Member
    Post count: 32

    After hard cache cleaning, works well.

    Thanks, excellent support!

    #268363
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad it’s sorted.
    Thanks for the kind words.

    -Rui

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

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

License required for the following item
Login and Registration Log in · Register