- This topic has 1 reply, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Translation of "pre-tax sales"
Hello,
I’ve noticed an issue with translations in the file affiliates-manager/source/display_functions.php on line 25 in function wpam_format_bounty
This line says,
return sprintf( '%s%% of pre-tax sales', $bountyAmount );
So, this means that translations of this text are not supported.
It should be
return sprintf( __( '%s%% of pre-tax sales', 'affiliates-manager' ), $bountyAmount );
So, in this case, translations will be supported.
This is really important, because we use German language. Therefore, I can’t translate this text without editing the plugin.
I’m using WP Affiliate Manager version 2.2.7.
Please change this line in the future versions of the plugin.
Thank you
Hi, Thanks for the feedback. We will update it in the next release.