Files
Anthony Mahé 9766f9930d feat(i18n): add French (FR) language support (#2113)
* feat(i18n): add French (FR) language support

- Add Fr variant to UiLanguage enum in Rust backend
- Create French locale directory with 5 translation files:
  - common.json: Common UI elements (buttons, states, navigation)
  - settings.json: Settings pages translations
  - projects.json: Project management strings
  - tasks.json: Task-related strings
  - organization.json: Organization management strings
- Update languages.ts with FR mapping and Français endonym
- Update config.ts to import and register French resources

Follows the pattern established by PR #994 (Korean) and PR #795 (Spanish)

* fmt

* fix i18n

* types

* fix(i18n): add missing customise key to fr/common.json

* fix(i18n): add missing customise key to fr/common.json

---------

Co-authored-by: Gabriel Gordon-Hall <ggordonhall@gmail.com>
2026-01-18 09:13:50 +00:00
..
2026-01-17 09:43:17 +00:00