feat(lang): Added French translation

This commit is contained in:
Rafi
2023-04-18 18:15:51 +08:00
parent 47951851c5
commit 53d639a9f6
2 changed files with 102 additions and 0 deletions

View File

@@ -59,6 +59,12 @@ export default defineNuxtConfig({
iso: 'ru-RU',
name: 'Русский',
file: 'ru-RU.json',
},
{
code: 'fr',
iso: 'fr-FR',
name: 'Français',
file: 'fr-FR.json',
}
],
lazy: true,