Improved the i18n#412
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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