We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981b4e6 commit b657b41Copy full SHA for b657b41
bundles/best_practices.rst
@@ -397,10 +397,14 @@ Translation Files
397
-----------------
398
399
If a bundle provides message translations, they must be defined in the XLIFF
400
-format; the domain should be named after the bundle name (``acme_blog``).
+format; the domain should be named after the bundle name (``AcmeBlog``).
401
402
A bundle must not override existing messages from another bundle.
403
404
+The translation domain should match the translation file names. For example,
405
+if the translation domain is ``AcmeBlog``, the English translation file name
406
+should be ``AcmeBlog.en.xlf``.
407
+
408
Configuration
409
-------------
410
0 commit comments