-
Hi, I like to ask, it is possible to internationalize routes names. I don't like to have routes like Is this possible, with some script on the fly before app is running? This is real case scenario, just like to know, if I can benefit from this kind of option if is available or done in some future version. Some configuration like:
BR, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Right now, you need to stop using the routes folder and instead use the routes function inside the remix.config.js file |
Beta Was this translation helpful? Give feedback.
-
Hi there! I'm working on a website with multiple domains, where each domain is associated with a different locale. For example, www.example.com is in English and www.example.fr is in French. I'd like to have both www.example.com/post and www.example.fr/publier point to |
Beta Was this translation helpful? Give feedback.
-
Hello @sergiodxa, |
Beta Was this translation helpful? Give feedback.
Right now, you need to stop using the routes folder and instead use the routes function inside the remix.config.js file
See https://remix.run/docs/en/v1/api/conventions#routes