Skip to content

Commit 248f7fc

Browse files
committed
[Translator] Reword dump_typescript option description
1 parent 661b0fb commit 248f7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translator/src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function getConfigTreeBuilder(): TreeBuilder
3333
->defaultValue('%kernel.project_dir%/var/translations')
3434
->end()
3535
->booleanNode('dump_typescript')
36-
->info('Control if TypeScript types should be dumped alongside translations. Can be useful to disable when not using TypeScript (e.g. AssetMapper in production).')
36+
->info('Control whether TypeScript types are dumped alongside translations. Disable this if you do not use TypeScript (e.g. in production when using AssetMapper).')
3737
->defaultTrue()
3838
->end()
3939
->arrayNode('domains')

0 commit comments

Comments
 (0)