Untranslated strings in php
-
Hi,
I came upon 3 untranslated strings in : /src/views/modules/bar.php
These are:
data-label-hidden="<?php printf( esc_html__( 'Show %s Search', 'the-events-calendar' ), tribe_get_event_label_plural() ); ?>" data-label-shown="<?php printf( esc_html__( 'Hide %s Search', 'the-events-calendar' ), tribe_get_event_label_plural() ); ?>" > <span class="tribe-bar-toggle-text"> <?php printf( esc_html__( 'Show %s Search', 'the-events-calendar' ), tribe_get_event_label_plural() ); ?> </span>
This is fairly recent from one of the latest updates, the code didn’t exist in a late October version. I checked the corresponding po file (for French) of course, but the original strings are not in it.
I solved the immediate issue by changing the php, but it’s not very elegant or recommended!
Thanks,
RP
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Untranslated strings in php’ is closed to new replies.