Added French language support (#9173)

### What problem does this PR solve?
Implemented French UI translation

### Type of change
- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: ramin cedric <>
Co-authored-by: Liu An <asiro@qq.com>
This commit is contained in:
ramincedric
2025-08-06 04:22:32 +02:00
committed by GitHub
parent f359f2c44e
commit 6a0d6d2565
5 changed files with 1279 additions and 1 deletions

View File

@ -57,6 +57,10 @@ export const LanguageOptions = [
value: 'de',
label: 'Deutsch',
},
{
value: 'fr',
label: 'Français',
},
{
value: 'et',
label: 'Eesti',

View File

@ -835,6 +835,10 @@ export const LanguageOptions = [
value: 'de',
label: 'Deutsch',
},
{
value: 'fr',
label: 'Français',
},
{
value: 'et',
label: 'Eesti',