mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-22 11:54:41 +02:00
Use keys for translations, and added translations,
This commit is contained in:
parent
fd066dea64
commit
336ff7b103
7 changed files with 431 additions and 603 deletions
|
@ -4,3 +4,4 @@ framework:
|
|||
default_path: '%kernel.project_dir%/translations'
|
||||
fallbacks:
|
||||
- '%locale%'
|
||||
- 'en'
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||
parameters:
|
||||
locale: 'en'
|
||||
locale: 'de'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue