mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-02 23:31:29 +01:00
Add multilingual support with English, Spanish, and French translations; update Nuxt configuration and package dependencies
This commit is contained in:
@@ -72,21 +72,26 @@ export default defineNuxtConfig({
|
||||
code: 'en',
|
||||
language: 'en-EN',
|
||||
icon: 'i-twemoji-flag-united-kingdom',
|
||||
file: 'en.json',
|
||||
},
|
||||
{
|
||||
label: 'Français',
|
||||
code: 'fr',
|
||||
language: 'fr-FR',
|
||||
icon: 'i-twemoji-flag-france',
|
||||
file: 'fr.json',
|
||||
},
|
||||
{
|
||||
label: 'Español',
|
||||
code: 'es',
|
||||
language: 'es-ES',
|
||||
icon: 'i-twemoji-flag-spain',
|
||||
file: 'es.json',
|
||||
},
|
||||
],
|
||||
defaultLocale: 'en',
|
||||
langDir: 'locales',
|
||||
restructureDir: '',
|
||||
},
|
||||
|
||||
// Nuxt Google Fonts
|
||||
|
||||
Reference in New Issue
Block a user