hesabix/core/config/packages/translation.yaml

12 lines
307 B
YAML
Raw Normal View History

2025-08-31 15:07:34 +03:30
framework:
2025-09-01 20:51:04 +03:30
default_locale: fa
2025-08-31 15:07:34 +03:30
translator:
default_path: '%kernel.project_dir%/translations'
2025-09-01 20:51:04 +03:30
fallbacks:
- fa
2025-08-31 15:07:34 +03:30
providers:
2025-09-01 20:51:04 +03:30
app:
dsn: 'app://translations'
set_content_language_from_locale: true
set_locale_from_accept_language: true