Skip to content

Commit 50c7fa8

Browse files
authored
Update translation.yaml
1 parent 7169fb5 commit 50c7fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/packages/translation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# See https://symfony.com/doc/current/translation.html
22
framework:
3-
default_locale: '%locale%'
3+
default_locale: '%app.locale%'
44
translator:
55
# Translations are defined using the ICU Message Format
66
# See https://symfony.com/doc/current/translation/message_format.html
77
default_path: '%kernel.project_dir%/translations'
88
fallbacks:
9-
- '%locale%'
9+
- '%app.locale%'
1010
providers:
1111
# crowdin:
1212
# dsn: '%env(CROWDIN_DSN)%'

0 commit comments

Comments
 (0)