Skip to content

Improved the i18n#412

Merged
nanaf6203-bit merged 1 commit into
MettaChain:mainfrom
Nanafancy:Improved-i8n
Jun 2, 2026
Merged

Improved the i18n#412
nanaf6203-bit merged 1 commit into
MettaChain:mainfrom
Nanafancy:Improved-i8n

Conversation

@Nanafancy
Copy link
Copy Markdown
Contributor

Fix Improve i18n for src/components/error/GlobalErrorBoundary.tsx

Audit src/components/error/GlobalErrorBoundary.tsx for hardcoded strings and extract them into translation keys, ensure pluralization/rtl support.

Acceptance Criteria

Given the current state of the codebase, when this issue is implemented, then the described behavior is reproducible and covered by automated tests.
The feature/bugfix includes unit and/or integration tests demonstrating expected behavior and edge cases.
No new console.log or debug-only statements remain in production code.
Documentation updated: README or relevant docs/stories updated with usage and examples.
Peer-reviewed and merged to main with passing CI.
Definition of Done

Code has tests and passes existing test suite.
Types are correct or improved if applicable.
Performance characteristics are acceptable (no major regressions).
Accessibility considerations reviewed if UI changes.#357 Improve i18n for src/components/error/GlobalErrorBoundary.tsx
Repo Avatar
MettaChain/PropChain-FrontEnd
Audit src/components/error/GlobalErrorBoundary.tsx for hardcoded strings and extract them into translation keys, ensure pluralization/rtl support.

Acceptance Criteria

Given the current state of the codebase, when this issue is implemented, then the described behavior is reproducible and covered by automated tests.
The feature/bugfix includes unit and/or integration tests demonstrating expected behavior and edge cases.
No new console.log or debug-only statements remain in production code.
Documentation updated: README or relevant docs/stories updated with usage and examples.
Peer-reviewed and merged to main with passing CI.
Definition of Done

Code has tests and passes existing test suite.
Types are correct or improved if applicable.
Performance characteristics are acceptable (no major regressions).
Accessibility considerations reviewed if UI changes.

closes #357

Copy link
Copy Markdown
Contributor

@nanaf6203-bit nanaf6203-bit left a comment

Choose a reason for hiding this comment

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

LGTM

@nanaf6203-bit nanaf6203-bit merged commit 7055099 into MettaChain:main Jun 2, 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.

Improve i18n for src/components/error/GlobalErrorBoundary.tsx

2 participants