#local.example h3#locale Localization p | Flatpickr has been translated to a(href='https://github.com/chmln/flatpickr/tree/gh-pages/src', target='_blank') over 25 languages | . p | Localization involves simply overriding objects below, contained in code Flatpickr.l10n | . p strong Locale: select#locales option(value='') English p input#locale_calendar.flatpickr(type='text', data-inline='true', data-min-date='today') table.table thead tr th Property th Type th Default th Description tbody tr td l10n.weekdays.shorthand td array td ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'] td The shortened version of each weekday, starting with Sunday tr td l10n.weekdays.longhand td array td ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'] td The long version of each weekday, starting with Sunday tr td l10n.months.shorthand td array td | ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] td Shortened version of each month, starting with January tr td l10n.months.longhand td array td | ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] td Long version of each month, starting with January tr td l10n.daysInMonth td array td [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] td How many days in each month, starting with January tr td l10n.firstDayOfWeek td integer td 0 td | Start the calendar on a different weekday (0 = Sunday, 1 = Monday, 2 = Tuesday, etc.)