Skip to content

Add French language support - #2555

Closed
SonalSahai wants to merge 1 commit into
inji:masterfrom
SonalSahai:fix-intern-workflow
Closed

Add French language support#2555
SonalSahai wants to merge 1 commit into
inji:masterfrom
SonalSahai:fix-intern-workflow

Conversation

@SonalSahai

@SonalSahai SonalSahai commented Jul 31, 2026

Copy link
Copy Markdown

Description

  • Added French (fr) language support to Inji Wallet.
  • Added the new translation file locales/fr.json.
  • Registered French in i18n.ts so it is available as a supported language.

Issue ticket number and link

N/A

Screenshots

N/A

Summary by CodeRabbit

  • New Features
    • Added French as a supported app language.
    • Added French translations across navigation, authentication, wallet actions, onboarding, scanning, help content, sharing, receiving, settings, and error messages.
    • Localized validation messages, tooltips, consent dialogs, FAQs, and dynamic status updates in French.

Signed-off-by: Sonal Sahai <sonalsahai1412@gmail.com>
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 35162922-1081-4a44-8ed9-760840ed8046

📥 Commits

Reviewing files that changed from the base of the PR and between 2b37c05 and 3c434fa.

📒 Files selected for processing (2)
  • i18n.ts
  • locales/fr.json

Walkthrough

French localization was added to the wallet. The locale is registered with i18next and declared in SUPPORTED_LANGUAGES. The translation file covers authentication, credentials, sharing, verification, trust, help, and common UI flows.

Changes

French localization

Layer / File(s) Summary
Register French resources
i18n.ts
The French locale is imported, added to the i18next resources map, and declared as fr: 'Français'.
Translate core interface flows
locales/fr.json
French translations cover activity logs, authentication, help, credential downloads, onboarding, navigation, permissions, and request states.
Translate sharing and trust flows
locales/fr.json
French translations cover credential sharing, selfie verification, verifier presentation, common errors, key setup, and trust confirmation.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related issues

  • inji/inji-wallet#2532 — The issue describes adding locales/fr.json and registering French in SUPPORTED_LANGUAGES.

Possibly related PRs

  • inji/inji-wallet#2533 — This PR has the same code-level localization changes in i18n.ts and locales/fr.json.

Poem

French words now cross each screen,
Credentials speak clear and keen.
Help and trust find native tone,
Every flow feels more at home.
fr joins the language zone.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the addition of French language support.
Description check ✅ Passed The description covers the changes, issue status, and screenshot status, and it matches the repository template.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@swatigoel swatigoel closed this Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants