Luciano Amodio

Results 22 comments of Luciano Amodio

any luck with this? I just finished my first export and got the same error

for now I just converted the json part file to csv to use the scraped data and this is enough for my needs

@vitguld I just used the first online service I found on google: convertcsv.com maybe you can open the file in an editor like [VS code ](https://code.visualstudio.com/) and check the json...

Have you tryed these configs: ```json { "i18n-ally.enabledFrameworks": ["react", "next-intl"], "i18n-ally.localesPaths": ["apps/docs/messages"], // paths to your messages "i18n-ally.keystyle": "nested", "i18n-ally.namespace": true, "i18n-ally.pathMatcher": "{locale}/{namespaces}.json" } ```

What's the state of this? I tried to follow you on the db hack with no luck. How is supposed to be used the code in your last post? For...

What I don't like is the need to define the `availableResources` and listen on every requests. If we can just intercept a 404 we can re-route the request to a...

Cool... I'll try this one, thanks!

> Due to this, I think the solution really is to have separate builds for each domain if you have this requirement. should we use _App Router setup without i18n...

> Sorry, I don't quite understand your question. Sorry, I'm mixing up different topics and making confusion. Initially I was investigating why `localePrefix: 'never'` was not respected in my configuration...

same here, still not answered?