New Landing How can we help? Themeforest Theme Support Neighborhood Missing translation. Probably wrong strings.

Viewing 4 posts - 1 through 4 (of 4 total)
  • #15370
    brucardoso2
    Member
    Post count: 23

    Those strings are wrong:
    _e( ‘Showing the single product’, ‘woocommerce’ );
    __( ‘Showing all %d products’, ‘woocommerce’ )
    _x( ‘Showing %1$d–%2$d of %3$d products’, ‘%1$d = first, %2$d = last, %3$d = total’, ‘woocommerce’ )

    They should be:
    _e( ‘Showing the single result’, ‘woocommerce’ );
    __( ‘Showing all %d results’, ‘woocommerce’ )
    _x( ‘Showing %1$d–%2$d of %3$d results’, ‘%1$d = first, %2$d = last, %3$d = total’, ‘woocommerce’ )

    Woocommerce language file has no strings with ‘products’ on it, just “results”.

    #15371
    brucardoso2
    Member
    Post count: 23

    the file is: neighborhood\woocommerce\loop\result-count.php

    #15590
    Melanie – SUPPORT
    Member
    Post count: 11032

    Thanks!

    #15932
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks, fixed for the next update.

    – Ed

Viewing 4 posts - 1 through 4 (of 4 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