Plugin Support
Dmytro
(@dimasereda)
Hi Rob,
The calendar legend items are global settings, rather than a per-booking-form configuration. If you change the calendar legend items via the Form Builder, you will notice an additional “Save Changes” button at the bottom, which indicates that these settings are global and outside the scope of the individual booking form.
To resolve this issue, you can configure the calendar legend items on a different page: Go to WP Booking Calendar > Settings > Calendar, and locate the “Calendar Legend” section. On this page, you can apply the translations using the language shortcode.
For example:
Available[lang=nl_NL]Beschikbaar
Kind regards,
Thanks, I will try that, although it seems a bit counterintuitive to have that work in the old way 🙂
I noticed that the id and name for the calendar are identical in both exports?
The label for the calendar does not seems to affect that:
"id": "unique_name",
"type": "calendar",
"usage_key": "calendar",
"label": "Tour Booking EN",
"name": "unique_name",
"id": "unique_name",
"type": "calendar",
"usage_key": "calendar",
"label": "Tour Booking NL",
"name": "unique_name",
Thanks for the quick help, your instruction for the Calendar Legend translations works just fine, solved.
Plugin Support
Dmytro
(@dimasereda)
Hello.
The id and name for the calendar can not be changed it is generated by the system automatically.
And good to know that issue with translation is resolved.
Kind Regards.