summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/prefix/project.ts.result
blob: d1f96b2ab2f3de87a5354c47bf02c925cc9a5037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
    <name>Foo</name>
    <message>
        <location filename="main.cpp" line="45"/>
        <source>XXX</source>
        <comment>YYY</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="50"/>
        <source>CTOR</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="55"/>
        <source>BAR</source>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>