summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/cmdline_order/project.ts.result
blob: 60b5cf9c6d7b0af9038f97733ebafba6f2d2c589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
    <name>aaa</name>
    <message>
        <location filename="a.h" line="34"/>
        <source>some text</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>bbb</name>
    <message>
        <location filename="b.h" line="36"/>
        <source>some text</source>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>