mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
15 lines
488 B
YAML
15 lines
488 B
YAML
framework:
|
|
default_locale: 'en'
|
|
# Just enable the locales we need for performance reasons.
|
|
enabled_locale: '%partdb.locale_menu%'
|
|
translator:
|
|
default_path: '%kernel.project_dir%/translations'
|
|
fallbacks:
|
|
- 'en'
|
|
providers:
|
|
# crowdin:
|
|
# dsn: '%env(CROWDIN_DSN)%'
|
|
# loco:
|
|
# dsn: '%env(LOCO_DSN)%'
|
|
# lokalise:
|
|
# dsn: '%env(LOKALISE_DSN)%'
|