-
Closed
-
The file form-checkout.php is referring to wrong translation reference which is missing the colon “:”
printf(
__( 'Hello, %s', 'alora' ),
$current_user->display_name
);So I fixed it by editing form-checkout.php because there are more php files referring to this part of translation with a colon (Hello, %s:).
But I’m stuck now with following three non translatable words :-Password (leave blank to leave unchanged)
-Confirm new password
-Your cart is currently empty.Any idea ?.
The topic Translating bug is closed to new replies