Skip to content

Commit 3b9b379

Browse files
committed
-
1 parent 9a2193a commit 3b9b379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/packages/framework.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ framework:
66
http_method_override: false
77
handle_all_throwables: true
88

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
911
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']
1012

1113
# Enables session support. Note that the session will ONLY be started if you read or write from it.

0 commit comments

Comments
 (0)