Minor - add translations config

pull/2487/head
jmontoyaa 7 years ago
parent e00b9728c5
commit 9f3156fd61
  1. 4
      config/packages/framework.yaml

@ -1,6 +1,8 @@
framework:
secret: '%env(APP_SECRET)%'
#default_locale: en
default_locale: '%env(APP_LOCALE)%'
translator:
fallbacks: ['en']
csrf_protection: ~
# uncomment this entire section to enable sessions

Loading…
Cancel
Save