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 7169fb5 commit 50c7fa8Copy full SHA for 50c7fa8
config/packages/translation.yaml
@@ -1,12 +1,12 @@
1
# See https://symfony.com/doc/current/translation.html
2
framework:
3
- default_locale: '%locale%'
+ default_locale: '%app.locale%'
4
translator:
5
# Translations are defined using the ICU Message Format
6
# See https://symfony.com/doc/current/translation/message_format.html
7
default_path: '%kernel.project_dir%/translations'
8
fallbacks:
9
- - '%locale%'
+ - '%app.locale%'
10
providers:
11
# crowdin:
12
# dsn: '%env(CROWDIN_DSN)%'
0 commit comments