modal title note translating ready
-
Hye,
The calendar modal title isn’t translating
Chain is present in po mo but domain is not in preview-date-modal.php :
<div class="em-modal-title"> <?php echo sprintf(esc_html__('Events on %s',), $EM_DateTime->formatDefault(false)); ?> </div>might be :
<div class="em-modal-title"> <?php echo sprintf(esc_html__('Events on %s','events-manager'), $EM_DateTime->formatDefault(false)); ?> </div>Thank you
The topic ‘modal title note translating ready’ is closed to new replies.