mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-26 21:55:50 +08:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user