We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d234df6 commit 7c03cc0Copy full SHA for 7c03cc0
README.md
@@ -136,16 +136,16 @@ Update the `stores` array to choose which stores to use.
136
137
## 🛠️ More Configuration (optional)
138
139
-### ☑️ `omit-locale`
+### ☑️ `omitted-locale`
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).
+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
If you do this, no additional detectors will run after the `UrlDetector` and `OmittedLocaleDetector`.
143
This makes sense, because the locale will always be determined by those two in this scenario.
144
145
Example:
146
147
```php
148
-'omit-locale' => 'en',
+'omitted-locale' => 'en',
149
```
150
151
Result:
0 commit comments