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

Commitae14433

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Fix path to bundle translations [Mailer] Update mailer.rst
2 parentsfd19324 +0273118 commitae14433

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎mailer.rst‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
330330
}
331331
}
332332

333-
That's it! The message will be sent via the transport you configured.
333+
That's it! The message will be sent via the transport you configured. If the
334+
transport is configured to:ref:`send emails asynchronously<mailer-sending-messages-async>`,
335+
the message won't be actually sent until:doc:`a worker consumes it<messenger-worker>`.
334336

335337
Email Addresses
336338
~~~~~~~~~~~~~~~

‎translation.rst‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,8 @@ Translation Resource/File Names and Locations
485485
Symfony looks for message files (i.e. translations) in the following default locations:
486486

487487
* the ``translations/`` directory (at the root of the project);
488-
* the ``Resources/translations/`` directory inside of any bundle.
488+
* the ``translations/`` directory inside of any bundle (and also their
489+
``Resources/translations/`` directory, which is no longer recommended for bundles).
489490

490491
The locations are listed here with the highest priority first. That is, you can
491492
override the translation messages of a bundle in the first directory.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp