Translation issue in CashCred Shortcode
-
Hi,
I’ve had an issue with translation files that I couldn’t find a source text, then I found out it’s because of this file that the translation functions are not used. After each update, I have to edit it myself.Unfortunately, I don’t know how to share my custom file.
File: mycred\addons\cash-creds\includes\cashcred-shortcodes.php
Lines: 24,25,83,87,88,92, 95 to 98, 235, 259 to 270, 338 to 349, 434Examples:
'excluded' => __('You have excluded from this point type.', 'mycred' ), 'insufficient' => __('Insufficient Points for Withdrawal.' 'mycred' )
–
<th><span class="nobr"><?php _e( 'Amount', 'mycred' ); ?></span></th>
–
<?php _e('You have pending withdrawal', 'mycred' ); ?>
I hope it helps, and I can provide the whole file if needed.
Thanks
- The topic ‘Translation issue in CashCred Shortcode’ is closed to new replies.