Closed piotrsliwka333 closed 2 months ago
After specifing pathmapping in config.ts file the build trace does not generates properly translated static path for ,,de'' language
https://github.com/amannn/next-intl/tree/main/examples/example-app-router
Steps to reproduce:
After build process generated Paths will reflect translated path for a ,,de'' language
This is working as expected, the middleware takes care of rewriting incoming requests to the corresponding built file.
See e.g. https://next-intl-example-app-router.vercel.app/de/pfadnamen
Description
After specifing pathmapping in config.ts file the build trace does not generates properly translated static path for ,,de'' language
Verifications
Mandatory reproduction URL
https://github.com/amannn/next-intl/tree/main/examples/example-app-router
Reproduction description
Steps to reproduce:
Expected behaviour
After build process generated Paths will reflect translated path for a ,,de'' language