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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
- the current regex allows `/eng-us/`, I believe only `en`, `eng`, `en-us`, `en-US`, `en_us`, `en_US` (well, i would remove the last 2 as well) sould be allowed
- the current regex requires a trailing `/` after the locale, we should allo base paths like `/en`, `/de` as well
- the stripped part length is variable and should be computed from $locale (adding 1 for the root `/` char)
- provide an example for using a default locale from app configuration
0 commit comments