Skip to content

Commit 2169e0c

Browse files
committed
documentation #3221 [Translator] Reword dump_typescript option description (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- [Translator] Reword `dump_typescript` option description | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | yes <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Following #3218 (review), thank you `@smnandre` The recipe symfony/recipes#1499 have been updated as well. Commits ------- 248f7fc [Translator] Reword `dump_typescript` option description
2 parents 661b0fb + 248f7fc commit 2169e0c

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)