Missing translations bootstrap datepicker Clear and Today

Home Forums Additional Help Translations Missing translations bootstrap datepicker Clear and Today

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #960102
    Stef
    Guest

    There are two string that aren’t translated in the boostrap datepicker and it seems like a really easy fix

    in the-events-calendar\lib\tribe-template-factory.class.php lines 579-580

    change

    ‘clear’ => ‘Clear’,
    ‘today’ => ‘Today’,

    to

    ‘clear’ => __( ‘Clear’, ‘tribe-events-calendar’ ),
    ‘today’ => __( ‘Today’, ‘tribe-events-calendar’ ),

    #960227
    Geoff
    Member

    Hi Stef,

    Thanks for reaching out and sharing this with us! It does indeed look like something we could possibly handle on our end and I have added a ticket for it in our system.

    I don’t have a timeframe for when we’ll be able to address it, but we will certainly follow-up with you here when we have more to share. 🙂

    Thanks again for sharing this with us–I appreciate it!

    Geoff

    #960492
    Geoff
    Member

    Hey Stef! I see my last reply was marked as the correct answer, so I’ll go ahead and close this thread for now. We’ll do our best to follow up with you directly here in this thread when we have more to share, but please keep your eyes open when new releases come out in the meantime.

    Cheers!
    Geoff

    #965825
    Leah
    Member

    Hi there,

    Thanks again for your post. We wanted to get in touch and let you know that although we weren’t able to address this issue in our upcoming 3.10 release, it is still very much a priority. We have a ticket in our system and will be investigating a solution to be released in a future version. Thank you for your patience and support while we work on this!

    Cheers,
    The Events Calendar Team

    #1033992
    Geoff
    Member

    Hey Stef,

    Just poking in to let you know that this issue has been resolved and a patch will be included in Version 4.0. We expect that to release sometime today so please do keep you eyes peeled and feel free to let us know if have any other questions after updating.

    Thanks for your patience while we figured this out!

    Geoff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Missing translations bootstrap datepicker Clear and Today’ is closed to new replies.