added locale

This commit is contained in:
wea_ondara
2023-09-21 18:56:45 +02:00
parent 1d902bb4da
commit b8aa21fbd5
6 changed files with 102 additions and 0 deletions

24
src/locale/en.ts Normal file
View File

@@ -0,0 +1,24 @@
export const messagesEn = {};
export const datetimeFormatsEn = {
date: {
year: 'numeric',
month: 'numeric',
day: 'numeric',
},
datetime: {
year: 'numeric',
month: 'numeric',
day: 'numeric',
hour: 'numeric',
minute: 'numeric',
},
datetimeSeconds: {
year: 'numeric',
month: 'numeric',
day: 'numeric',
hour: 'numeric',
minute: 'numeric',
seconds: 'numeric',
},
};