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 e6c1aa1 commit fd996d5Copy full SHA for fd996d5
translation.rst
@@ -655,9 +655,9 @@ priority message files.
655
The filename of the translation files is also important: each message file
656
must be named according to the following path: ``domain.locale.loader``:
657
658
-* **domain**: An optional way to organize messages into groups. Unless
+* **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;
+ recommended to only use default ``messages`` domain (e.g. ``messages.en.yaml``);
661
662
* **locale**: The locale that the translations are for (e.g. ``en_GB``, ``en``, etc);
663
0 commit comments