renaming vuejs root dir

This commit is contained in:
2021-04-28 10:58:19 +02:00
parent 3a0c25c871
commit 4bb3eadf91
11 changed files with 31 additions and 24 deletions

View File

@@ -0,0 +1,24 @@
const datetimeFormats = {
fr: {
short: {
year: "numeric",
month: "numeric",
day: "numeric"
},
long: {
year: "numeric",
month: "short",
day: "numeric",
weekday: "short",
hour: "numeric",
minute: "numeric",
hour12: false
}
}
};
// const messages = {} ...
export {
datetimeFormats,
// messages
};