8000 Fix translator cache_dir default value reference · symfony/symfony-docs@ef35636 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef35636

Browse files
authored
Fix translator cache_dir default value reference
According to https://github.com/symfony/symfony/blob/5.4/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L831 is the default value without a `/` at the end.
1 parent d0ca89f commit ef35636

File tree

< 8000 button data-component="IconButton" type="button" data-testid="collapse-file-tree-button" aria-expanded="true" aria-controls="diff_file_tree" data-analytics-opt-out="true" class="prc-Button-ButtonBase-c50BI d-none d-md-flex position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rcatdab:-loading-announcement" aria-labelledby="expand-button-file-tree-button">

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ translator
25082508
cache_dir
25092509
.........
25102510

2511-
**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations/``
2511+
**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations``
25122512

25132513
Defines the directory where the translation cache is stored. Use ``null`` to
25142514
disable this cache.

0 commit comments

Comments
 (0)
0