mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
init locale settings #19
This commit is contained in:
parent
4720b34e9c
commit
8d1c35360b
2 changed files with 6 additions and 1 deletions
3
.env
3
.env
|
|
@ -48,3 +48,6 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
|||
APP_VERSION='2.0.0'
|
||||
|
||||
APP_NAME=YGGtracker
|
||||
|
||||
APP_LOCALE=en
|
||||
APP_LOCALES=en|uk
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
parameters:
|
||||
app.version: '%env(APP_VERSION)%'
|
||||
app.name: '%env(APP_NAME)%'
|
||||
app.locale: '%env(APP_LOCALE)%'
|
||||
app.locales: '%env(APP_LOCALES)%'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue