File tree 1 file changed +5
-8
lines changed
Filter options
1 file changed +5
-8
lines changed
Original file line number Diff line number Diff line change @@ -366,15 +366,12 @@ For more options, see :ref:`component-translator-message-catalogs`.
366
366
:class: `Symfony\\ Component\\ Translation\\ Loader\\ LoaderInterface ` interface.
367
367
See the :ref: `dic-tags-translation-loader ` tag for more information.
368
368
369
- .. caution ::
370
-
371
- Each time you create a *new * translation resource (or install a bundle
372
- that includes a translation resource), be sure to clear your cache so
373
- that Symfony can discover the new translation resources:
374
-
375
- .. code-block :: terminal
369
+ .. versionadded :: 4.3
376
370
377
- $ php bin/console cache:clear
371
+ Starting from Symfony 4.3, when you create a new translation file (or
372
+ install a bundle that includes translation files), you don't have to clear
373
+ the cache with the command ``php bin/console cache:clear `` as you had to do
374
+ in previous Symfony versions.
378
375
379
376
Handling the User's Locale
380
377
--------------------------
You can’t perform that action at this time.
0 commit comments