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.
2 parents 518e3a5 + a314ce0 commit cfbf1dbCopy full SHA for cfbf1db
components/translation/usage.rst
@@ -91,7 +91,10 @@ recommended format. These files are parsed by one of the loader classes.
91
read "Symfony is really great" in the default locale.
92
93
The choice of which method to use is entirely up to you, but the "keyword"
94
- format is often recommended.
+ format is often recommended for multi-language applications, whereas for
95
+ shared bundles that contain translation resources we recommend the real
96
+ message, so you application can choose to disable the translator layer
97
+ and you will see a readable message.
98
99
Additionally, the ``php`` and ``yaml`` file formats support nested ids to
100
avoid repeating yourself if you use keywords instead of real text for your
0 commit comments