Skip to content

Commit d4d5e18

Browse files
committed
minor #14421 [Translator] Adding more information about default translation domain 'messages' (Matts)
This PR was merged into the 3.4 branch. Discussion ---------- [Translator] Adding more information about default translation domain 'messages' Fixes #14390 Not 100% sure about the formulation, but just an idea how to make it more clear Commits ------- 8e1af9d Adding more information about default translation domain 'messages'
2 parents 21182cf + 8e1af9d commit d4d5e18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

translation.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,9 +655,12 @@ priority message files.
655655
The filename of the translation files is also important: each message file
656656
must 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

0 commit comments

Comments
 (0)