Merged
Conversation
Owner
JohnsonMao
commented
Nov 23, 2025
- Replace custom i18n system with next-intl library
- Move i18n messages from data/i18n/locales to content/i18n/messages
- Update all components and pages to use next-intl APIs
- Add next-intl routing and navigation configuration
- Update test utilities to support next-intl
- Remove custom useI18n hook and getLocale utility
- Update Next.js and Jest configs for next-intl integration
- Replace custom i18n system with next-intl library - Move i18n messages from data/i18n/locales to content/i18n/messages - Update all components and pages to use next-intl APIs - Add next-intl routing and navigation configuration - Update test utilities to support next-intl - Remove custom useI18n hook and getLocale utility - Update Next.js and Jest configs for next-intl integration
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #137 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 33 31 -2
Lines 555 541 -14
Branches 93 93
=========================================
- Hits 555 541 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Add test case for generateViewport function - Exclude i18n files from Jest coverage collection
- Add tests for notFound when locale is not supported in layout - Refactor InfiniteList: remove unused Top10PostList component
ed679eb to
648cafc
Compare
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.