Closed eric-burel closed 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
Should be ok in the i18n update PR, we systematically add the lang to the URL
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