We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5832ae commit 2db0c59Copy full SHA for 2db0c59
translation/message_format.rst
@@ -203,8 +203,9 @@ you to use literal text in the select statements:
203
'organizer_name' => 'Ryan',
204
'organizer_gender' => 'male',
205
],
206
- // Appends the required suffix "+intl-icu" to the domain
207
- 'messages'.MessageCatalogueInterface::INTL_DOMAIN_SUFFIX
+ // if you prefer, the required "+intl-icu" suffix is also defined as a constant:
+ // Symfony\Component\Translation\MessageCatalogueInterface::INTL_DOMAIN_SUFFIX
208
+ 'messages+intl-icu'
209
);
210
211
.. _component-translation-pluralization:
0 commit comments