summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/parseqrc_json/project.ts.result
blob: ea847ab558bd65eedcbfe7518bcef78a0f793f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
    <name>QCoreApplication</name>
    <message>
        <location filename="main.cpp" line="9"/>
        <source>Hello world</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>main</name>
    <message>
        <location filename="main.qml" line="8"/>
        <source>From QML file in root</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.js" line="1"/>
        <source>From JavaScript file</source>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>