My account dashboard
-
I noticed that the myaccount dashboard.php is hardcoded in the English language
?php printf( __( 'From your account dashboard you can view your <a href="%1$s">recent orders</a>, manage your <a href="%2$s">shipping and billing addresses</a>, and <a href="%3$s">edit your password and account details</a>.', 'woocommerce' ), esc_url( wc_get_endpoint_url( 'orders' ) ), esc_url( wc_get_endpoint_url( 'edit-address' ) ), esc_url( wc_get_endpoint_url( 'edit-account' ) ) );
There is no way to translate this with Loco Translate for now I’ve translated it to Dutch in the php code but could it be possible to change this because everytime when ther’s an update it will be overwritten
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘My account dashboard’ is closed to new replies.