Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
134 stars 52 forks source link

remove cookie based i18n by localizing all links #408

Closed eric-burel closed 4 months ago

eric-burel commented 4 months ago

So "/" should redirect to "/en-US"

Currently we use the URL lang in priority but still have a cookie system that kicks in when there is no lang in the URL.

We should remove that, however it implies to double check that all links include the current locale so the locae stays the same upon navigation

eric-burel commented 4 months ago

Should be ok in the i18n update PR, we systematically add the lang to the URL