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 29472c6 commit e36b9a9Copy full SHA for e36b9a9
app/Config/Feature.php
@@ -28,8 +28,10 @@ class Feature extends BaseConfig
28
public bool $limitZeroAsAll = true;
29
30
/**
31
- * Set `false` to use strict localization comparison (with territory en-*) instead of an abbreviated value.
32
- * Set `true`, so territory was cut off (en-* as en) before localization comparing.
+ * Use strict location negotiation.
+ *
33
+ * By default, the locale is selected based on a loose comparison of the language code (ISO 639-1)
34
+ * Enabling strict comparison will also consider the region code (ISO 3166-1 alpha-2).
35
*/
- public bool $looseLocaleNegotiation = true;
36
+ public bool $strictLocaleNegotiation = false;
37
}
0 commit comments