Skip to content

Commit 039735f

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Remove an unneeded import
2 parents c14eda0 + 8d49c1f commit 039735f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

translation/message_format.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ you to use literal text in the select statements:
187187
It's possible to translate ICU MessageFormat messages directly in code,
188188
without having to define them in any file::
189189

190-
use Symfony\Component\Translation\MessageCatalogueInterface;
191-
192190
$invitation = '{organizer_gender, select,
193191
female {{organizer_name} has invited you to her party!}
194192
male {{organizer_name} has invited you to his party!}

0 commit comments

Comments
 (0)