Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zauroman

    (@zauroman)

    add_filter( ‘woocommerce_account_menu_items’, ‘misha_rename_downloads’ );

    function misha_rename_downloads( $menu_links ){

    $menu_links[ ‘edit-address’ ] = ‘Адрес’;
    return $menu_links;
    }

    I have temporarily solved the problem with this function, please sort out the translations

    This is a known bug. It occurs with all languages except the default language “English (United States)”. We can hope for a fix soon.

    Hi @zauroman

    Thanks for reaching out!

    As mentioned by Lorro above that this was already reported as a bug here: https://github.com/woocommerce/woocommerce/issues/36490

    I would suggest subscribing to the thread to keep posted for updates.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error addresses’ is closed to new replies.