second commit
This commit is contained in:
18
node_modules/flowbite-datepicker/js/i18n/locales/en-AU.js
generated
vendored
Normal file
18
node_modules/flowbite-datepicker/js/i18n/locales/en-AU.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Australian English translation for bootstrap-datepicker
|
||||
* Steve Chapman <steven.p.chapman@gmail.com>
|
||||
*/
|
||||
export default {
|
||||
'en-AU': {
|
||||
days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
||||
daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
||||
daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
||||
months: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
|
||||
monthsShort: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
||||
today: "Today",
|
||||
monthsTitle: "Months",
|
||||
clear: "Clear",
|
||||
weekStart: 1,
|
||||
format: "d/mm/yyyy"
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user