-
I'm looking to do what's described here: But the Next.js App router example doesn't make use of next-intl's |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, you should be able to add the |
Beta Was this translation helpful? Give feedback.
Hey, you should be able to add the
defineRouting
as described in the docs.If the question is how to store localized paths in tolgee platform, I'd put them into a separated namespace, export them into a static file and then import them one by one into the
routing.ts
(I think there is no need for Tolgee SDK). You should be able to automate this with@tolgee/cli
.