mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-20 00:33:45 +01:00
10 lines
405 B
YAML
10 lines
405 B
YAML
ux_translator:
|
|
# The directory where the JavaScript translations are dumped
|
|
dump_directory: '%kernel.project_dir%/var/translations'
|
|
|
|
when@prod:
|
|
ux_translator:
|
|
# Control whether TypeScript types are dumped alongside translations.
|
|
# Disable this if you do not use TypeScript (e.g. in production when using AssetMapper), to speed up cache warmup.
|
|
# dump_typescript: false
|