Skip to content

Commit e36b9a9

Browse files
committed
fix: Rename feature option to back
1 parent 29472c6 commit e36b9a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/Config/Feature.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ class Feature extends BaseConfig
2828
public bool $limitZeroAsAll = true;
2929

3030
/**
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.
31+
* Use strict location negotiation.
32+
*
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).
3335
*/
34-
public bool $looseLocaleNegotiation = true;
36+
public bool $strictLocaleNegotiation = false;
3537
}

0 commit comments

Comments
 (0)