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
Example module.set extension:
module.set
text: function (key, value, refreshCalendar) { settings.text[key] = value; if (refreshCalendar) { module.create.calendar(); } }
Example usage:
$('#daypicker').calendar('set text', 'months', months_hr_HR, true);
Works but probably needs some sanity checks (at least for existence and lengths).
Could something like this be added to allow for easy on-the-fly localization (changes)?
The text was updated successfully, but these errors were encountered:
The calendar has been merged into https://github.com/fomantic/Fomantic-UI/ You can specify translated strings at initialization See here https://fomantic-ui.com/modules/calendar.html#language
Sorry, something went wrong.
No branches or pull requests
Example
module.set
extension:Example usage:
Works but probably needs some sanity checks (at least for existence and lengths).
Could something like this be added to allow for easy on-the-fly localization (changes)?
The text was updated successfully, but these errors were encountered: