Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc599598

Browse files
committed
bug#19533 Fix translator cache_dir default value reference (smoench)
This PR was merged into the 5.4 branch.Discussion----------Fix translator cache_dir default value referenceAccording tohttps://github.com/symfony/symfony/blob/5.4/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L831 is the default value without a `/` at the end.<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `7.x` for features of unreleased versions).-->Commits-------ef35636 Fix translator cache_dir default value reference
2 parentsd0ca89f +ef35636 commitc599598

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp