18 lines
351 B
XML
18 lines
351 B
XML
<test>
|
|
<entry>
|
|
<_name>Foo</_name>
|
|
</entry>
|
|
<entry>
|
|
<!-- This is the comment on the first Bar -->
|
|
<_name msgctxt="1">Bar</_name>
|
|
</entry>
|
|
<entry>
|
|
<!-- This is the comment on the second Bar -->
|
|
<_name msgctxt="2">Bar</_name>
|
|
</entry>
|
|
<entry>
|
|
<!-- This is the comment on Baz -->
|
|
<_name>Baz</_name>
|
|
</entry>
|
|
</test>
|