8000
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 d4d5e18 commit ded8825Copy full SHA for ded8825
translation.rst
@@ -657,10 +657,8 @@ must be named according to the following path: ``domain.locale.loader``:
657
658
* **domain**: Domains are a way to organize messages into groups. Unless
659
parts of the application are explicitly separated from each other, it is
660
- recommended to only use default ``messages`` domain.
661
-
662
- If no domains are explicitly defined while using the translator, Symfony
663
- will default to the ``messages`` domain (e.g. ``messages.en.yaml``)
+ recommended to only use the default ``messages`` domain (e.g.
+ ``messages.en.yaml``).
664
665
* **locale**: The locale that the translations are for (e.g. ``en_GB``, ``en``, etc);
666
0 commit comments