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 981b4e6 commit 20929b4Copy full SHA for 20929b4
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