Bring Your Business to Life › Support › Image Store › Translation Error in "_store/checkout.php" & "_inc/store.php"
Tagged: translation bug
- AuthorPosts
- May 14, 2013 at 7:16 pm #53087kiyamaParticipant
Hi, Xpark
There’re little translation error in “_store/checkout.php” & “_inc/store.php”.
In “_store/checkout.php”, there’s a code shows below.
__( “Order Total: “, ‘ims ‘)
After ‘ims’, there’s a unnecessary space.
In “_store/checkout.php”, there’s a code shows below.
$this->error .= sprintf( __( ‘The %s is required.’, ‘ims’ ), $label ) . “<br />”;
‘$label’ is a raw text, not translated.
I put a line “$label = __($label,’ims’);” before that.
I don’t know whether It’s good. Would you correct it?
I hope Those were fixed in next update.
Appreciate nice plugin.
May 17, 2013 at 2:27 pm #53122Xpark MediaKeymasterWill check it out, thank you for the feedback.
May 18, 2013 at 2:09 pm #53133Xpark MediaKeymasterwe removed the space on __( “Order Total: “, ‘ims ‘), but the sprintf( __( ‘The %s is required.’, ‘ims’ ), this is translated on the installed.php file. You can reset the settings to have all data translated.
May 20, 2013 at 6:22 pm #53158kiyamaParticipantThanks you.
I’m looking forward to update.
- AuthorPosts
- You must be logged in to reply to this topic.