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 8019920 commit 7a8d0c4Copy full SHA for 7a8d0c4
reference/formats/xliff.rst
@@ -29,12 +29,16 @@ loaded/dumped inside a Symfony application:
29
<note category="approved">true</note>
30
<note category="section" priority="1">user login</note>
31
</notes>
32
- <segment>
+ <segment state="translated" subState="Some custom value">
33
<source>original-content</source>
34
<target>translated-content</target>
35
</segment>
36
</unit>
37
</file>
38
</xliff>
39
40
+.. versionadded:: 7.2
41
+
42
+ The support of attributes in the ``<segment>`` element was introduced in Symfony 7.2.
43
44
.. _XLIFF: https://docs.oasis-open.org/xliff/xliff-core/v2.1/xliff-core-v2.1.html
0 commit comments