-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Translation] TransChoice invalide plural translation #11425
New issue
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
Conversation
Needs update after code review ping @Simperfit |
Status: Needs Work |
@@ -230,11 +230,18 @@ method or the ``transchoice`` tag/filter in your :ref:`template <translation-tag | |||
For much more information, see :ref:`component-translation-pluralization` | |||
in the Translation component documentation. | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This blank line should be removed
.. deprecated:: 4.2 | ||
|
||
In Symfony 4.2 the ``Translator::transChoice()`` method was deprecated in | ||
favor of using ``Translator::trans()`` with ``%count%`` as the parameter | ||
driving plurals. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This blank line should be removed
This PR is outdated in view of the latest update 😉 |
Closing here as the related PR has been closed. Thanks! |
This is linked to the new feature at symfony/symfony#31110