Skip to content

Commit 6741d58

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Fix translator cache_dir default value reference
2 parents 9ca317d + 5ccc143 commit 6741d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ translator
25292529
cache_dir
25302530
.........
25312531

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

25342534
Defines the directory where the translation cache is stored. Use ``null`` to
25352535
disable this cache.

0 commit comments

Comments
 (0)