• Resolved Harkály Gerg?

    (@harkalygergo)


    I found a translation error on WooCommerce My Account page. ‘Addresses’ text is not translated. I found the error:

    Problem:

    “Addresses” text not translated on account page.

    Caused by:

    includes/wc-account-functions.php: 102. row: 'edit-address' => _n( 'Address', 'Addresses', ( 1 + (int) wc_shipping_enabled() ), 'woocommerce' ),

    So address has a singular and plural text to translate (Address and Addresses), but in po/mo file these are change:

    msgid "Addresses"
    msgid_plural "Address"
    msgstr[0] "…"
    msgstr[1] "…"

    To change in po / mo rows text is not acceptable:

    woocommerce.po:21543: duplicate message definition…
    woocommerce.po:13622: …this is the location of the first definition

Viewing 1 replies (of 1 total)
  • Hi there @harkalygergo

    Thank you for reaching out about this.

    This is a known bug (GitHub link to it here). Feel free to subscribe to the issue, over on GitHub, for staying updated on its progress.

    I trust that points you in the right direction, but if you have more questions, let us know. We’re happy to help.

Viewing 1 replies (of 1 total)
  • The topic ‘Addresses text on account page’ is closed to new replies.