nikens
TTCTheo's Typesafe Cult
•Created by nikens on 4/22/2024 in #questions
Using `next-international` for i18n support breaks my tRPC config.
I am trying to add translation support to my app (https://expenses.rmallafre.com), and everything was going fine up until a client component needed to do some tRPC queries. I see that the route it hits is a localised route (as in:
/en/api/trpc/...
rather than just /api/trpc/...
).
I have no idea what I need to change anymore to get this to work. The code is available at: https://github.com/nikensss/is-it-that-much/tree/iitm-22-localisation7 replies