Skip to content

Commit e0feda4

Browse files
committed
Fixed 2DA login
Fixes issue #1141
1 parent 9565a9d commit e0feda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/packages/translation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
framework:
22
default_locale: 'en'
33
# Just enable the locales we need for performance reasons.
4-
enabled_locale: ['en', 'de', 'it', 'fr', 'ru', 'ja', 'cs', 'da', 'zh', 'pl']
4+
enabled_locale: '%partdb.locale_menu%'
55
translator:
66
default_path: '%kernel.project_dir%/translations'
77
fallbacks:

0 commit comments

Comments
 (0)