blob: 4f31bc0908e424a55a933ebb88da9a101cc256af (
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
26
27
28
29
30
31
|
//! [0]
lupdate -verbose hellotr.pro
//! [0]
//! [1]
<!DOCTYPE TS><TS>
<context>
<name>QPushButton</name>
<message>
<source>Hello world!</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>
//! [1]
//! [2]
linguist hellotr_la.ts
//! [2]
//! [3]
<translation type='unfinished'></translation>
//! [3]
//! [4]
<translation>Orbis, te saluto!</translation>
//! [4]
|