• SeeSite

    (@seesite)


    There is a problem with displaying proper translation on order summary page. Translation isn’t reconized and displayed in case of little bug in:
    /wp-content/plugins/woocommerce-inpost/src/InspireLabs/WooInpost/EasyPack.php [line: 191]

    There is:
    . sprintf( __( ‘ Selected parcel machine’ )

    and should be:

    . sprintf( __( ‘ Selected parcel machine’, EasyPack::$text_domain )`

  • The topic ‘Translation on Order summary page’ is closed to new replies.