• Resolved Mizuho Ogino

    (@fishpie)


    There is a missing text domain in the esc_html_e output of item names in wc-vendors-product-table-row-details.php. I would appreciate it if you could address this issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Fitri Sinta

    (@supportfitri)

    Hi @fishpie,

    Thank you for bringing this to our attention!

    It appears that some of the esc_html_e() functions in the wc-vendors-product-table-row-details.php template are missing the appropriate text domain. Specifically, strings like ‘SKU:’, should include ‘wc-vendors’ as the second argument to ensure proper translation as follows:

    <?php esc_html_e( 'SKU:', 'wc-vendors' ); ?>

    We’ve logged this as a template update for our development team to address in an upcoming release.

    Thanks again for your feedback. If you spot anything else, don’t hesitate to let us know!

    Best regards,

    Plugin Support Fitri Sinta

    (@supportfitri)

    Hi @fishpie,

    I hope everything is going well.

    I’m glad to inform you that we’ve recently released the WC Vendors Marketplace version 2.5.9. In this update, we’ve included the Bug Fix: Missing text domains in wc-vendors-product-table-row-details.php template strings.

    Please update to the latest version to get the latest bug fixes and feature improvements.

    To know more about the latest changes, please visit our changelog here:

    https://ww.wp.xz.cn/plugins/wc-vendors/#developers

    Best regards,

    • This reply was modified 10 months, 3 weeks ago by Fitri Sinta.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text domain does not exist’ is closed to new replies.