Hi Casey, hi Leah!
here you can download the german translation for the plugins:
https://www.dropbox.com/s/995deu7ycymxqzs/Events_Calendar_Community_Filterbar_3_4_de_DE.zip
@Casey: as discussed with Leah I made two small changes to the code of the-events-calendar.class.php (starting at line 4198):
if ( tribe_get_option( ‘tribeDisableTribeBar’, false ) == false ) {
$filters[‘tribe-bar-search’] = array( ‘name’ => ‘tribe-bar-search’,
‘caption’ => __(‘Search’, ‘tribe-events-calendar’),
‘html’ => ‘<input type=”text” name=”tribe-bar-search” id=”tribe-bar-search” value=”‘ . $value . ‘” placeholder=”‘. __(‘Keyword’, ‘tribe-events-calendar’) .'”>’ );
}
“caption” is now called “Search”, “html” is now called “Keyword”.
The changes are necessary to change the name of the button and the search field in the search bar from before “Search Search” to now “Search Keyword” (which makes more sense from my point of view 😉
Can you include these code changes in the next release?
Best regards,
Oliver