Recurring Event in a list: "See all" link doesn’t work when translated

Home Forums Calendar Products Events Calendar PRO Recurring Event in a list: "See all" link doesn’t work when translated

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1219115
    ygirod
    Participant

    Hi,

    I must say that I’m a little bit disappointed to find such bugs… But, I must work whit this plugin… 😉

    The problem is exposed in the Subject field.

    When not translated, the link finisches by “&eventDisplay=all”. And it works.

    When translated in french, the link finisches by “&eventDisplay=tous”. And it doesn’t work.

    So. In awaiting for your answer, I went in file \wp-content\languages\plugins\tribe-events-calendar-pro-fr_FR.po (61) and

    I replaced

    #: src/Tribe/Main.php:1563 src/Tribe/Main.php:1634
    msgid "all"
    msgstr "tous"

    by:

    #: src/Tribe/Main.php:1563 src/Tribe/Main.php:1634
    msgid "all"
    msgstr ""

    I also tried to do something in file \wp-content\plugins\events-calendar-pro\src\Tribe\Main.php (1644, 1664) or in file wp-content\plugins\events-calendar-pro\src\functions\template-tags\general.php (753) but I leave…

    Thanks for your help.

    #1219427
    Geoff B.
    Member

    Good evening Yiannis,

    Thank you for reaching out to us.
    And bringing these glitches you are bumping into to our attention.

    I would love to help you with this topic.

    There could be a couple of things at play here:

    1. Unfortunately, there was a glitch in our latest release as far as translations are concerned.This is impacting Core, Pro, Community and Community Tickets.Even the files on http://translations.theeventscalendar.com/projects are not right

      The workaround for now will be to update the po file from the pot file
      This can be done in Poedit using Catalog > Update from pot file

    2. Secondly, there are a few things we found regarding the “All” links.In the spirit of transparency, I am sharing them all with you.

      a) in \events-calendar-pro\src\Tribe\Templates\Mods\List_View.php

      esc_html__( ‘All %s’, ‘the-events-calendar’ )

      should be replace by

      esc_html__( ‘All %s’, ‘tribe-events-calendar-pro’ )

      b) In /wp-content/plugins/the-events-calendar/src/views/single-event.php , the translation for the “All events” string is not setup properlyIt should read printf( '« ' . esc_html__( 'All %s', 'the-events-calendar' ), $events_label_plural ) instead of printf( '« ' . esc_html_x( 'All %s', '%s Events plural label', 'the-events-calendar' ), $events_label_plural )

    This is definitely not intentional on our end.

    We apologize for the inconvenience caused by these glitches and we are actively working on a fix for this.

    Unfortunately, I cannot commit to a release date for a fix at this point.

    But you will be contacted as soon as there is one.

    Thank you for your patience as we see this through.

    Best regards,

    Geoff B.

    #1219578
    ygirod
    Participant

    This reply is private.

    #1220117
    Geoff B.
    Member

    This reply is private.

    #1273477
    Geoff B.
    Member

    This reply is private.

    #1320804
    Victor
    Member

    Hello Yiannis!

    Just wanted to share with you that a new maintenance release (for the Week of 10th July 2017) is out, including a fix for this issue ?

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-10th-july-2017/

    Please update the plugins and let us know if the fix works for your site,
    Best,
    Victor

    #1330752
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Recurring Event in a list: "See all" link doesn’t work when translated’ is closed to new replies.