Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
To make translation easy, it would be nice if you could change this:
<input class="wc_comm_submit wc_not_clicked button alt" type="submit" name="<?php echo $name; ?>" value="<?php echo $args['name']; ?>">
to
<input class="wc_comm_submit wc_not_clicked button alt" type="submit" name="<?php echo $name; ?>" value="<?php echo __($args['name'], 'wpdiscuz') ; ?>">
in /forms/wpdFormAttr/Field/DefaultField/Submit.php (line 60).
Thank you for this suggestion. We'll take this under consideration.