File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,16 +136,16 @@ Update the `stores` array to choose which stores to use.
136136
137137## 🛠️ More Configuration (optional)
138138
139- ### ☑️ ` omit -locale`
139+ ### ☑️ ` omitted -locale`
140140
141- If you don't want your main locale to have a slug, you can set it as the ` omit -locale` (not the custom slug).
141+ If you don't want your main locale to have a slug, you can set it as the ` omitted -locale` (not the custom slug).
142142If you do this, no additional detectors will run after the ` UrlDetector ` and ` OmittedLocaleDetector ` .
143143This makes sense, because the locale will always be determined by those two in this scenario.
144144
145145Example:
146146
147147``` php
148- 'omit -locale' => 'en',
148+ 'omitted -locale' => 'en',
149149```
150150
151151Result:
You can’t perform that action at this time.
0 commit comments