We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041cb86 commit 8ac0d33Copy full SHA for 8ac0d33
1 file changed
app/Config/App.php
@@ -94,6 +94,8 @@ class App extends BaseConfig
94
* by the application in descending order of priority. If no match is
95
* found, the first locale will be used.
96
*
97
+ * IncomingRequest::setLocale() also uses this list.
98
+ *
99
* @var string[]
100
*/
101
public array $supportedLocales = ['en'];
0 commit comments