Hi dear user.
What version are you using?
Thanks.
Dear user.
Did you you check .po file and the option “Use mo” from Booking Calendar Themes settings page(Default texts tab) ?
Thanks.
I checked and tried different options. In addition, I checked on the German version, also does not translate the days of the week.
Hi dear user again.
Try to do the following. Go to our plugin folder and change the includes/booking_class.php file. You need to find this line –
$week_day = '<span class="week-day-mobile">' . $week_days_mob[ $di ] . '</span><span class="week-day-screen">' . $week_days[ $di ] . '</span>';
And change it with this code –
$week_day = '<span class="week-day-mobile">' . __($week_days_mob[ $di ], 'booking-calendar' ) . '</span><span class="week-day-screen">' . __($week_days[ $di ], 'booking-calendar' ) . '</span>';
Thanks.
-
This reply was modified 6 years, 6 months ago by
wpdevart. Reason: fixed mistake
Hi dear user.
Did you try this solution?
Thanks.
Hi dear user.
As we understand, it worked, so we are going to close this topic, if you have other questions then cotnact us again.
Thanks.