We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where are the language strings defined?
The text was updated successfully, but these errors were encountered:
File: amd/src/calendar.js -> look for "headerToolbar"
Translation of the button texts using Moodle strings:
const str_request_booking = await getString('addbooking', 'mod_bookit'); const str_today = await getString('today'); const str_month = await getString('month'); const str_week = await getString('week'); const str_day = await getString('day', 'calendar'); const str_list = await getString('upcomingevents', 'calendar');
Docs: https://github.com/vkurko/calendar?tab=readme-ov-file#headertoolbar Example: vkurko/calendar#311
Sorry, something went wrong.
Language customisation can be done via the strings as set above.
sberger
No branches or pull requests
Where are the language strings defined?
The text was updated successfully, but these errors were encountered: