Replies: 5 comments 28 replies
-
hi Jan, thanks for the beta and your work on all those updates lately to the react/next ecosystem - but i am seriously not at all able to make it run with next15. But as far as I understood it should work there... Can you please share an app router example with next15? |
Beta Was this translation helpful? Give feedback.
-
I believe there is a bug with the typings in As a workaround, I have just done |
Beta Was this translation helpful? Give feedback.
-
After migrating to 4.0.0, I'm getting a new import error for createMiddleware. I didn't see any mention of migrating the middleware in the 4.0.0 guide so I was wondering if this was an issue in 4.0.0 or an implementation issue on my end. Congrats on the major release! |
Beta Was this translation helpful? Give feedback.
-
It would be awesome to have a For example if my defaultLocale is "en" and I have: <Trans>
Welcome!
</Trans> Whenever this component gets rendered in dev environment or during build, it automatically creates an entry in messages/en.json with a random key hash: (md5 hash example) {
"9a843f20677a52ca79af903123147af0": "Welcome!"
} This would enable me to easily write automatic translations using scripts, and streamlines the dev process since you can write the main copy directly in the components instead of needing to manually track keys. And manually editing JSON files is pretty un-fun could also accept an optional tKey prop and use that as the key in the json instead of hash. But default to hash if tKey is not present. |
Beta Was this translation helpful? Give feedback.
-
After upgrading to 4.0.0 I'm getting a import error from createNavigation. I'm not sure if this is an implementation issue on my end or if there has something changed due to the esm-only build. |
Beta Was this translation helpful? Give feedback.
-
Let me know about your experiences with
next-intl@4
!Beta Was this translation helpful? Give feedback.
All reactions