• Resolved ahnabil

    (@ahnabil)


    please fix dokan-lite/classes/template-withdraw.php

    add the text dokan to the strings like that

      $message = sprintf( __('Current Balance: %s ', 'dokan-lite'), $balance );
    
            if ( $withdraw_limit != -1 ) {
                $message .= sprintf( __('<br>Minimum Withdraw amount: %s ','dokan-lite'), wc_price( $withdraw_limit ) );
            }
            if ( $threshold != -1 ) {
                $message .= sprintf( __('<br>Withdraw Threshold: %d days ','dokan-lite'), $threshold );

    thank you

Viewing 1 replies (of 1 total)
  • Rafsun Chowdhury

    (@rafsuntaskin)

    Hello,

    Thank you so much for pointing out the missing translations. Please let us know if anything else is missed we highly appreciate your contributions like this.

    We have our plugin on github now so you can also create issues there and send pull request as well.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Withdraw stings issue’ is closed to new replies.