pantry/projects/freedesktop.org/intltool/test.xml
Andrew a6da320674
+freedesktop.org/intltool (#5404)
* new file:   projects/freedesktop.org/intltool/package.yml
	new file:   projects/freedesktop.org/intltool/test.xml

* test
2024-03-04 14:19:56 -05:00

33 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<dummy>
<!-- This comment is ignored -->
<!-- This comment is not ignored -->
<_translate>First thing to translate</_translate>
<!-- This is multi line comment for the following string;
second line of multi-line comment -->
<_translate>Something to translate</_translate>
<!-- If comment doesn't end on the previous line, it should be handled
correctly --> <_translate>Final thing to translate</_translate>
<_translate>This doesn't have a comment for translators</_translate>
<!-- This comment is not ignored even if it contains > (greater than)
sign in it, and the following string shows up as well -->
<_translate>Dum-dee-dum</_translate>
<tagnotmarked _markedattribute="attribute without comment">some content</tagnotmarked>
<!-- This comment will appear if attributes can be commented about -->
<tagnotmarked _markedattribute="attribute with comment">more content</tagnotmarked>
<!-- Comment for *both* attributes and content -->
<_translate _markedattribute="attribute value">even more content</_translate>
</dummy>