We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd0354e + e276d41 commit b583a60Copy full SHA for b583a60
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 must 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