Skip to content

Commit 2db0c59

Browse files
committed
Minor tweak
1 parent c5832ae commit 2db0c59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

translation/message_format.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ you to use literal text in the select statements:
203203
'organizer_name' => 'Ryan',
204204
'organizer_gender' => 'male',
205205
],
206-
// Appends the required suffix "+intl-icu" to the domain
207-
'messages'.MessageCatalogueInterface::INTL_DOMAIN_SUFFIX
206+
// if you prefer, the required "+intl-icu" suffix is also defined as a constant:
207+
// Symfony\Component\Translation\MessageCatalogueInterface::INTL_DOMAIN_SUFFIX
208+
'messages+intl-icu'
208209
);
209210

210211
.. _component-translation-pluralization:

0 commit comments

Comments
 (0)