feat(i18n): add French (fr) locale (#878)

Complete French translation for all 7 locale files:
auth, chat, codeEditor, common, settings, sidebar, tasks.

Also fixes a bug in languages.js where the Turkish and Italian
entries shared the same object (missing closing brace), causing
Italian to be silently dropped from the supported languages list.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Aurélien
2026-06-15 14:02:50 +02:00
committed by GitHub
parent 86f64797b0
commit f319d2cf8d
9 changed files with 1416 additions and 0 deletions

1
.gitignore vendored
View File

@@ -134,6 +134,7 @@ tasks/
# Translations
!src/i18n/locales/en/tasks.json
!src/i18n/locales/fr/tasks.json
!src/i18n/locales/ja/tasks.json
!src/i18n/locales/ru/tasks.json
!src/i18n/locales/de/tasks.json