|
I'm looking to do what's described here: But the Next.js App router example doesn't make use of next-intl's |
Answered by
stepan662
Sep 25, 2024
Replies: 1 comment 4 replies
|
Hey, you should be able to add the |
4 replies
Answer selected by
empz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, you should be able to add the
defineRoutingas 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.