mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-26 09:46:15 -04:00
feat(pages): home page base
This commit is contained in:
parent
87cfc9c1f3
commit
202896fa95
38 changed files with 3130 additions and 775 deletions
12
packages/app/i18n.config.ts
Normal file
12
packages/app/i18n.config.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
locale: 'en',
|
||||
messages: {
|
||||
en: {
|
||||
welcome: 'Welcome',
|
||||
},
|
||||
fr: {
|
||||
welcome: 'Bienvenue',
|
||||
},
|
||||
},
|
||||
}));
|
Loading…
Add table
Add a link
Reference in a new issue