Closed amannn closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
next-intl-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 22, 2024 3:10pm |
next-intl-example-app-router | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 22, 2024 3:10pm |
next-intl-example-app-router-without-i18n-routing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 22, 2024 3:10pm |
Fixes a regression of https://github.com/amannn/next-intl/pull/1193.
In case you're only using
useTranslations
in Server Components, this will no longer bundleintl-messageformat
on the client side (even if you're using other functionality likeuseFormatter
there).