Jan Amann

Results 436 comments of Jan Amann

That's really strange, thanks for the report. Do you have an idea why this works for `next/navigation` and how this can be fixed in `next-intl`? I've added a reproduction in...

@MinSeungHyun Do you know how this could be fixed in `next-intl`? The relevant files would be here: 1. https://github.com/amannn/next-intl/blob/main/packages/next-intl/src/navigation/react-client/createSharedPathnamesNavigation.tsx 2. https://github.com/amannn/next-intl/blob/main/packages/next-intl/src/navigation/react-client/createLocalizedPathnamesNavigation.tsx … with currently failing tests in https://github.com/amannn/next-intl/pull/824. I tried...

I agree there's a piece missing here currently. I've opened https://github.com/amannn/next-intl/issues/653 to collect this issue together with similar ones, also to share solutions that can be used today.

I'll close this now in favor of #653. This issue is mentioned there and will be taken care of.

> The language switcher doesn't work on homepage when trailingSlash is set to true in next.config.js For me this works without an issue. Can you submit a reproduction that shows...

I can access the CSB, yes! I can see these errors: - The German link renders as http://localhost:3000/de/pathnames/ (should be `/de/pfadnamen`, seems to be a problem in the `Link` component)...

Hey! Ha, that's a fair point indeed! 😄 Thank you so much for proposing to volunteer! If we add new languages, I'd certainly need help from native speakers as I...

Thank you for sharing your workaround! I made a note in #243 about this, the two issues seem to be related and I'm wondering if there could be a shared...

I agree there's a piece missing here currently. I've opened https://github.com/amannn/next-intl/issues/653 to collect this issue together with similar ones, also to share solutions that can be used today.

@dellacagna I've updated https://github.com/amannn/next-intl/issues/653 with a proposal that I think could support your use case. Let me know in the linked issue in case you have feedback or a better...