The XLIFF format ================ Most professional translation tools support XLIFF_. These files use the XML format and are supported by Symfony by default. Besides supporting :doc:`all Symfony translation features `, the XLIFF format also has some specific features. Adding Notes to Translation Contents ------------------------------------ Sometimes translators need additional context to better decide how to translate some content. This context can be provided with notes, which are a collection of comments used to store end user readable information. The only format that supports loading and dumping notes is XLIFF version 2. If the XLIFF 2.0 document contains ```` nodes, they are automatically loaded/dumped inside a Symfony application: .. code-block:: xml new true user login original-content translated-content .. _XLIFF: http://docs.oasis-open.org/xliff/xliff-core/v2.1/xliff-core-v2.1.html