German translation for Events Calendar (Pro) 3.4 / Events Community / Filter Bar

Home Forums Calendar Products Events Calendar PRO German translation for Events Calendar (Pro) 3.4 / Events Community / Filter Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101921
    Oliver
    Participant

    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

    #102136
    Leah
    Member

    Hello Oliver,

    Thanks for the translation updates. Are those for the 3.4 plugins? And were you sure to update them with the most recent .pot file from the Getting Started post in the Translation Forum? I just updated those files a few days ago, so if you were working on this earlier you might want to double check them. Can you please post these in the Translation Forum (in a new thread) once you’ve done that?

    I’d like to have Casey take a look at the changes you proposed, but he is gone for the day. He’ll be in touch on Monday about those. Thanks for your patience!

    Best,

    Leah

    #102229
    Oliver
    Participant

    Hi Leah,

    thanks for the info. I will check if there are some more changes in the latests .pot files and will come back to you the next days!

    Best regards,
    Oliver

    #102850
    Leah
    Member

    Sounds good, thanks Oliver!

    ~Leah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘German translation for Events Calendar (Pro) 3.4 / Events Community / Filter Bar’ is closed to new replies.