Home › Forums › Calendar Products › Events Calendar PRO › Recurring Event in a list: "See all" link doesn’t work when translated
- This topic has 7 replies, 3 voices, and was last updated 8 years, 8 months ago by
ygirod.
-
AuthorPosts
-
January 16, 2017 at 10:21 am #1219115
ygirod
ParticipantHi,
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.
January 16, 2017 at 9:23 pm #1219427Geoff B.
MemberGood 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:
- 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 - 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 ofprintf( '« ' . 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.
January 17, 2017 at 6:29 am #1219578ygirod
ParticipantThis reply is private.
January 17, 2017 at 11:44 pm #1220117Geoff B.
MemberThis reply is private.
April 24, 2017 at 9:15 am #1273477Geoff B.
MemberThis reply is private.
July 13, 2017 at 1:15 pm #1320804Victor
MemberHello 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,
VictorAugust 4, 2017 at 9:35 am #1330752Support Droid
KeymasterHey 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 - 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
-
AuthorPosts
- The topic ‘Recurring Event in a list: "See all" link doesn’t work when translated’ is closed to new replies.
