You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By reading the docs here, it seems that fetching the locale and have localized urls is optional, which is good.
I want to develop an application with same URLs for everyone for the main part (it is a game), and maybe localized URLs (I mean with a /en segment) for some content, blog, etc.
Is it possible ? There is this other library, set_locale, but it forces all urls to have a locale segment and I want to avoid that.
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
By reading the docs here, it seems that fetching the locale and have localized urls is optional, which is good.
I want to develop an application with same URLs for everyone for the main part (it is a game), and maybe localized URLs (I mean with a /en segment) for some content, blog, etc.
Is it possible ? There is this other library,
set_locale
, but it forces all urls to have a locale segment and I want to avoid that.Thank you
The text was updated successfully, but these errors were encountered: