File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -655,9 +655,12 @@ priority message files.
655655The filename of the translation files is also important: each message file
656656must be named according to the following path: ``domain.locale.loader ``:
657657
658- * **domain **: An optional way to organize messages into groups. Unless
658+ * **domain **: Domains are a way to organize messages into groups. Unless
659659 parts of the application are explicitly separated from each other, it is
660- recommended to only use default ``messages `` domain;
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 ``)
661664
662665* **locale **: The locale that the translations are for (e.g. ``en_GB ``, ``en ``, etc);
663666
You can’t perform that action at this time.
0 commit comments