HI,
I have a problem to change the language of the Events Calendar Plugin to German.
Language of WordPress in General Settings is set to german.
I see that there is “the-events-calendar-de_DE.po” and “the-events-calendar-de_DE.mo” in wp-content/languages/plugins
These are also in wp-content/plugins/the-events-calendar/lang/
Do I have to move some of these files to another location or what can I do?
Thank you
Bernd
Hey Bernd,
Sorry for the delay, to change the default language on events calendar please refer to the Event’s calendar documentation here https://theeventscalendar.com/knowledgebase/changing-the-language-on-your-calendar/
Let us know if you have any questions.
Best regards,
Vinay
Hello Vinay,
As i am not sure if The Events Calendar came with the Enfold Theme as a premium or free version, I dont know which description to follow:
I tried both, but nothing worked…
Hi,
Please install the following plugin in order to translate the “Upcoming” string: https://wordpress.org/plugins/loco-translate/
You can also modify the config-templabuilder > aviashortcodes > events_countdown.php file, look for this:
$atts['title'] = array( $atts['title'] => __("Upcoming",'avia_framework') .": " . $title );
Best regards,
Ismael
Thanks Ismael! Saved my day!
I was freaking out to translate the word “Upcoming”… the only word not working by Loco Translate in the Countdown. Cheers!