first component for pushing calendar answer

This commit is contained in:
2022-05-27 14:29:10 +02:00
parent 7c0bdc5abe
commit 1c79e25579
6 changed files with 97 additions and 23 deletions

View File

@@ -1,27 +1,6 @@
import { createI18n } from 'vue-i18n'
import { createI18n } from 'vue-i18n';
import datetimeFormats from 'ChillMainAssets/vuejs/i18n/datetimeFormats';
const datetimeFormats = {
fr: {
short: {
year: "numeric",
month: "numeric",
day: "numeric"
},
text: {
year: "numeric",
month: "long",
day: "numeric",
},
long: {
year: "numeric",
month: "numeric",
day: "numeric",
hour: "numeric",
minute: "numeric",
hour12: false
}
}
};
const messages = {
fr: {
action: {