Hi, can we make the strings translatable? I had to manually go in now and edit the ‘Add to Cart’ button text in line 88 of src/views/woocommerce/tickets.php.
I manually changed it into dutch:
<button type="submit" name="wootickets_process" value="1"
class="button alt"><?php esc_html_e( 'Voeg toe aan winkelwagen', 'event-tickets-plus' );?></button>
Thanks for reaching out to us! I’ll help you on this…
Basically that string is translatable, and has a translation in place for it here. So if your site language is set to Dutch you should see that translated.
If your site is in fact set to Dutch, but you are not seeing this translated, please try switching to Default TweentyFifteen (or TweentySixteen) theme and try again.