Skip to content

Conversation

@creed-victor
Copy link
Contributor

No description provided.

@creed-victor creed-victor self-assigned this Sep 24, 2025
Copilot AI review requested due to automatic review settings September 24, 2025 07:50
@netlify
Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for sovryn-layer ready!

Name Link
🔨 Latest commit 01f9c5a
🔍 Latest deploy log https://app.netlify.com/projects/sovryn-layer/deploys/68e8b5258b361e0008ac81b5
😎 Deploy Preview https://deploy-preview-3--sovryn-layer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds internationalization (i18n) support to the web application using react-i18next. It sets up the necessary infrastructure for localization including configuration, translation files, and a demo route.

Key changes:

  • Adds i18next dependencies and configuration with HTTP backend for loading translation files
  • Creates English translation files for common, glossary, and validation namespaces
  • Adds a demo route to showcase translation functionality

Reviewed Changes

Copilot reviewed 11 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
apps/web-app/vite.config.ts Adds i18next Vite plugin configuration and updates path imports
apps/web-app/tsconfig.json Includes custom types for i18n type definitions
apps/web-app/src/routes/i18n/index.tsx Demo route showcasing translation usage with type-safe selectors
apps/web-app/src/routeTree.gen.ts Generated route tree updates for new i18n route
apps/web-app/src/main.tsx Adds i18n initialization and Suspense wrapper for async loading
apps/web-app/src/i18n/index.ts Core i18n configuration with backend, language detection, and React integration
apps/web-app/public/locales/en/*.json English translation files for different namespaces
apps/web-app/package.json Adds required i18n dependencies
apps/web-app/.gitignore Excludes generated TypeScript definition files for locales
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copilot AI review requested due to automatic review settings September 24, 2025 12:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 11 out of 13 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copilot AI review requested due to automatic review settings October 10, 2025 07:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 11 out of 13 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@creed-victor creed-victor merged commit a04198e into develop Oct 10, 2025
5 checks passed
@creed-victor creed-victor deleted the feat/localization branch October 10, 2025 07:28
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.

3 participants