Translation not recognized
-
Hi,
In some pages, like app/feature/events.php, the gettext is based on esc_html. So, WordPress seem to not recognized this gettext function.
Ex : esc_html(‘Event Repeating’, ‘modern-events-calendar-lite’)
To apply the translations correctly, I suggest to modify the esc_html code like this :
_e(esc_html(‘Event Repeating’), ‘modern-events-calendar-lite’)
Unless you have another strategy to make WordPress consider the esc_html as a gettext function.
Thanks,Jean-David Rivard
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Translation not recognized’ is closed to new replies.