Skip to content

Commit fd996d5

Browse files
author
Matthew Smeets
committed
Adding more information about default translation domain 'messages'
1 parent e6c1aa1 commit fd996d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,9 +655,9 @@ 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 (e.g. ``messages.en.yaml``);
661661

662662
* **locale**: The locale that the translations are for (e.g. ``en_GB``, ``en``, etc);
663663

0 commit comments

Comments
 (0)