mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-13 15:47:37 +00:00
Improve locale setting within user profile, using Languages symfony component
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
chill_main:
|
||||
available_languages: [ '%env(resolve:LOCALE)%', 'en' ]
|
||||
available_languages: [ '%env(resolve:LOCALE)%', 'en', 'nl' ]
|
||||
available_countries: ['BE', 'FR']
|
||||
notifications:
|
||||
from_email: '%env(resolve:NOTIFICATION_FROM_EMAIL)%'
|
||||
|
||||
Reference in New Issue
Block a user