Title: Patch: Missing textdomain for &#8220;Recurrences&#8221;
Last modified: December 14, 2025

---

# Patch: Missing textdomain for “Recurrences”

 *  [hungyichiun](https://wordpress.org/support/users/hungyichiun/)
 * (@hungyichiun)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/patch-missing-textdomain-for-recurrences/)
 * I found an i18n issue in Events Manager where the string “Recurrences” is not
   translatable in the recurrence date range legend.
 *     ```wp-block-code
       Index: templates/forms/event/when/recurring/recurrences/dates.php===================================================================--- templates/forms/event/when/recurring/recurrences/dates.php	(revision 3419499)+++ templates/forms/event/when/recurring/recurrences/dates.php	(working copy)@@ -10,7 +10,7 @@ ?> <div class="em-event-dates em-recurrence-dates em-recurrence-interval em-datepicker em-datepicker-range reschedulable"> 	<fieldset class="inline">-		<legend data-nostyle><?php echo sprintf( esc_html__( '%s Between', 'events-manager'), esc_html__('Recurrences') ); ?></legend>+		<legend data-nostyle><?php echo sprintf( esc_html__( '%s Between', 'events-manager'), esc_html__('Recurrences', 'events-manager') ); ?></legend> 		<label for="em-date-start-end-<?php echo $id ?>" class="inline screen-reader-text" data-nostyle><?php _e ( 'Select date range', 'events-manager'); ?></label> 		<input id="em-date-start-end-<?php echo $id ?>" type="hidden" class="em-date-input em-date-start-end" aria-hidden="true" placeholder="<?php _e ( 'Select date range', 'events-manager'); ?>" <?php echo $disabled; ?>>
       ```
   

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpatch-missing-textdomain-for-recurrences%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [hungyichiun](https://wordpress.org/support/users/hungyichiun/)
 * Last activity: [5 months, 3 weeks ago](https://wordpress.org/support/topic/patch-missing-textdomain-for-recurrences/)
 * Status: not resolved