8000 Fixed a versionadded directive by javiereguiluz · Pull Request #9327 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fixed a versionadded directive #9327

New issue 8000

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed a versionadded directive
  • Loading branch information
javiereguiluz committed Feb 23, 2018
commit 6be33f68b47ef7d66b096a2cb1d7c025b5052b37
2 changes: 1 addition & 1 deletion components/translation/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ The ``$messages`` variable will have the following structure::
Adding Notes to Translation Contents
------------------------------------

.. versionadded: 3.4
.. versionadded:: 3.4
The feature to load and dump translation notes was introduced in Symfony 3.4.

Sometimes translators need additional context to better decide how to translate
Expand Down
0