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.
136
136
137
137
## 🛠️ More Configuration (optional)
138
138
139
- ### ☑️ ` omit -locale`
139
+ ### ☑️ ` omitted -locale`
140
140
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).
142
142
If you do this, no additional detectors will run after the ` UrlDetector ` and ` OmittedLocaleDetector ` .
143
143
This makes sense, because the locale will always be determined by those two in this scenario.
144
144
145
145
Example:
146
146
147
147
``` php
148
- 'omit -locale' => 'en',
148
+ 'omitted -locale' => 'en',
149
149
```
150
150
151
151
Result:
You can’t perform that action at this time.
0 commit comments