Notifications
Clear all

Needs to internationalize with 'Post Comment' button

2 Posts
2 Users
0 Likes
1,124 Views
(@shkuwata)
New Member
Joined: 7 years ago
Posts: 3
Topic starter  

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).


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4171
 

Thank you for this suggestion. We'll take this under consideration.


   
ReplyQuote
Share:
Scroll to top