We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596e550 commit 75ab337Copy full SHA for 75ab337
app/Config/Feature.php
@@ -28,8 +28,8 @@ class Feature extends BaseConfig
28
public bool $limitZeroAsAll = true;
29
30
/**
31
- * Use an strict localization comparison (with territory en-*) instead of an abbreviated value
32
- * Previously, the territory was cut off (en-* as en) before localization comparing
+ * Set `false` to use strict localization comparison (with territory en-*) instead of an abbreviated value.
+ * Set `true`, so territory was cut off (en-* as en) before localization comparing.
33
*/
34
- public bool $simpleNegotiateLocale = true;
+ public bool $looseLocaleNegotiation = true;
35
}
0 commit comments