simpliko / wpadverts

WordPress Classifieds Plugin
https://wpadverts.com/
GNU General Public License v2.0
20 stars 11 forks source link

Two buttons can’t be translated #166

Closed swissino closed 1 year ago

swissino commented 1 year ago

Hello! I just found out that in v.2.0 there are two buttons in add advert confirmation page that can’t be translated: View Ads List / Publish Another Ad

We translated them manually, but maybe it would be great to fix them in new update!

this is the source code:

blocks/publish/templates/publish-save.php (Row 34): <?php wpadverts_block_button( array( "text" => “Publish another Ad", "type" => "secondary", "action" => "submit" )); ?> blocks/publish/templates/publish-save.php (Row 38): <?php wpadverts_block_button( array( "text" => "View ads list", "type" => "secondary", "action" => "submit" )); ?> blocks/manage/templates/manage-list.php (Row 175): <?php wpadverts_block_button( array( "text" => "View ads list", "type" => "secondary", "action" => "submit" )); ?>

gwin commented 1 year ago

Thanks for reporting.