File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RUN dpkg-reconfigure --frontend noninteractive tzdata
99RUN apt-get update && apt-get install -y \
1010 unzip \
1111 locales \
12+ locales-all \
1213 libpng-dev \
1314 libfreetype6-dev \
1415 libjpeg-dev \
Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ imports:
66# Put parameters here that don't need to change on each machine where the app is deployed
77# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
88parameters :
9- locale : fr_FR.utf8
9+ locale : fr_FR
1010 registration_period : ' 15 days ago'
1111 remainder_warning_delay : ' 15'
1212 images_tmp_dir : ' %kernel.project_dir%/web/tmp'
1313 github_repo_url : ' elefan-grenoble/gestion-compte'
1414 github_current_release : ' v1.45.6'
1515
1616framework :
17+ translator : { fallbacks: ['%locale%'] }
1718 secret : ' %secret%'
1819 router :
1920 resource : ' %kernel.project_dir%/app/config/routing.yml'
@@ -23,6 +24,7 @@ framework:
2324 validation : { enable_annotations: true }
2425 templating :
2526 engines : ['twig']
27+ default_locale : ' %locale%'
2628 trusted_hosts : ~
2729 session :
2830 # https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
You can’t perform that action at this time.
0 commit comments