Add French language (#1924)

* French translation file creation

* Add French language
This commit is contained in:
Ezmana
2025-06-09 15:55:12 +02:00
committed by GitHub
parent 783fa3286c
commit 5e9a73645b
3 changed files with 244 additions and 0 deletions
+5
View File
@@ -39,6 +39,11 @@ export default defineNuxtConfig({
language: 'uk-UA',
name: 'Українська',
},
{
code: 'fr',
language: 'fr-FR',
name: 'Français',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',