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 4764fe3 commit d5adeffCopy full SHA for d5adeff
app/Config/Feature.php
@@ -26,4 +26,10 @@ class Feature extends BaseConfig
26
* If false, `limit(0)` returns no records. (the behavior of 3.1.9 or later in version 3.x.)
27
*/
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
33
+ */
34
+ public bool $simpleNegotiateLocale = true;
35
}
0 commit comments