Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef35636

Browse filesBrowse 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
Copy full SHA for ef35636

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.