feat(i18n): Multi-Lingual Dynamic i18n Engine & RTL Layout Support (#… - #451
Open
Trovic1 wants to merge 10 commits into
Open
feat(i18n): Multi-Lingual Dynamic i18n Engine & RTL Layout Support (#…#451Trovic1 wants to merge 10 commits into
Trovic1 wants to merge 10 commits into
Conversation
…ullifier-Systems#435) Closes Nullifier-Systems#435 ## What's changed ### Database -
|
@Trovic1 is attempting to deploy a commit to the jotelfootball-tech's projects Team on Vercel. A member of the Team first needs to authorize it. |
…uageSwitcher test
…patterns - Add // @vitest-environment jsdom header - Import @testing-library/jest-dom/vitest - Remove I18nextProvider wrapper (project uses i18n singleton directly) - Replace act()+fireEvent with plain fireEvent + waitFor - Add afterEach cleanup() - Simplify Arabic SAR regex to handle runtime variation - Drop i18n missing-key test that mutated live resource bundle
…event DOM pollution across tests
…ignature (TS2304) The custom db option in the function signature caused app.register() type-check failures under NodeNext module resolution. Switched to the same simple (app: FastifyInstance) pattern used by juryArbitrationRoutes and other routes that don't need an injected store.
…h upstream webhook PR
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.
…435)
Closes #435
What's changed
Database
Summary
Describe the change and its motivation.
Testing
List the commands used to validate the change.
Checklist