mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-17 16:21:30 +02:00
Just enable the locales we really need in symfony framework.
This should improve performance a little bit.
This commit is contained in:
parent
95fcc15634
commit
ca41df79ed
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
framework:
|
framework:
|
||||||
default_locale: '%partdb.locale%'
|
default_locale: '%partdb.locale%'
|
||||||
|
# Just enable the locales we need for performance reasons.
|
||||||
|
enabled_locale: '%partdb.locale_menu%'
|
||||||
translator:
|
translator:
|
||||||
default_path: '%kernel.project_dir%/translations'
|
default_path: '%kernel.project_dir%/translations'
|
||||||
fallbacks:
|
fallbacks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue