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 9a2193a commit 3b9b379Copy full SHA for 3b9b379
config/packages/framework.yaml
@@ -6,6 +6,8 @@ framework:
6
http_method_override: false
7
handle_all_throwables: true
8
9
+ # this defines the codes of the locales (languages) available in the application
10
+ # https://symfony.com/doc/current/reference/configuration/framework.html#enabled-locales
11
enabled_locales: ['ar', 'bg', 'bn', 'bs', 'ca', 'cs', 'de', 'en', 'es', 'eu', 'fr', 'hr', 'id', 'it', 'ja', 'lt', 'ne', 'nl', 'pl', 'pt_BR', 'ro', 'ru', 'sl', 'sq', 'sr_Cyrl', 'sr_Latn', 'tr', 'uk', 'vi', 'zh_CN']
12
13
# Enables session support. Note that the session will ONLY be started if you read or write from it.
0 commit comments