mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 12:18:29 +00:00
9e3d243b4b
* allow to skip locales (here: catalan) * use enabled_locales and replace app_locales with kimai_locales * added test to call all reports once for super_admin
9 lines
286 B
YAML
9 lines
286 B
YAML
framework:
|
|
# https://symfony.com/doc/current/reference/configuration/framework.html#enabled-locales
|
|
enabled_locales: '%kimai_locales%'
|
|
default_locale: '%locale%'
|
|
translator:
|
|
default_path: '%kernel.project_dir%/translations'
|
|
fallbacks:
|
|
- 'en'
|