Skip to content

Commit a972e56

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Fix translator cache_dir default value reference
2 parents 28254a6 + 18434c2 commit a972e56

File tree

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
@@ -2473,7 +2473,7 @@ translator
24732473
cache_dir
24742474
.........
24752475

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

24782478
Defines the directory where the translation cache is stored. Use ``null`` to
24792479
disable this cache.

0 commit comments

Comments
 (0)