Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2db0c59

Browse files
committed
Minor tweak
1 parentc5832ae commit2db0c59

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)

[8]ページ先頭

©2009-2025 Movatter.jp