Tom Lienard

Results 163 comments of Tom Lienard

> it says the 404 page must be near the Layout.tsx file I'm not sure to understand what you mean. What's saying that? See this sandbox, where I'm not able...

Please share a minimal reproduction - as you've seen, I'm not able to reproduce the issue and I can't determine what's causing it without the code to reproduce it.

Sorry for the delay, I started a new job. We're having the same issue with [typehero](https://github.com/typehero/typehero), but this isn't a bug with next-international. The issue is with how Next.js handles...

Resolution here: https://github.com/QuiiBz/next-international/issues/357#issuecomment-1947048161

Indeed, that's currently one of the limitation of next-international. > so we can use a different locale file for each module Could you describe what "module" means in this context?...

Thanks for the details! This feature certainly translates to APIs breaking change/new APIs to support this behaviour. I'll take a look at how other libraries have designed this feature, so...

@aabmets not really, because we want to only load the necessary locale file when needed. If you split your locales per page, you only want to load the locales for...

Not right now, but that's the goal of this issue, yes - but the API would probably be different, and in order to keep loading only the necessary file, you...

Great question. Right now, we don't have any example/guide/documentation on this topic, but my take is that if it's markdown, it shouldn't be a translation in-app, and should instead come...

Thanks for sharing this! I'll be traveling next week but will try to check it out as soon as possible.