We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// ...
1 parent 8a9ed47 commit 58a5509Copy full SHA for 58a5509
3 files changed
user_guide_src/source/outgoing/localization/001.php
@@ -6,6 +6,8 @@
6
7
class App extends BaseConfig
8
{
9
+ // ...
10
+
11
public string $defaultLocale = 'en';
12
13
user_guide_src/source/outgoing/localization/002.php
public bool $negotiateLocale = true;
user_guide_src/source/outgoing/localization/003.php
public array $supportedLocales = ['en', 'es', 'fr-FR'];
0 commit comments