feat: directly navigate to localized atproto website like https://atproto.com/ja#1136
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThe pull request modifies the AuthModal component to implement locale-aware AT Protocol link construction. It reads the current locale using useI18n, extracts the language code, and determines a locale sub-path for specific languages (Korean, Portuguese, Japanese) or uses an empty string for others. The static AT Protocol link in the authentication explanation section is replaced with a dynamic link constructed from the locale-specific URL. The sign-in functionality remains unchanged. Package.json is updated with 7 additions and 1 removal. 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
As of today, https://atproto.com supports four languages: English, Japanese, Korean, Portuguese. This allow users (expected to not familiar with atproto) to visit their localized version.