Reactjs – Rewriting for Locales using Next.js and next-intl
I'm currently utilizing Next.js (v13.5.4) and next-intl (v3.0.0-beta.19) for internationalization. My goal is to modify the URL structure for locales from a format like en-GB to en/UK. I've set up Next with the app router and initialized next-intl following the…